2019-08-26 16:25:20 +02:00
|
|
|
---
|
|
|
|
title: "rclone config disconnect"
|
2020-05-16 16:11:55 +02:00
|
|
|
description: "Disconnects user from remote"
|
2019-08-26 16:25:20 +02:00
|
|
|
slug: rclone_config_disconnect
|
|
|
|
url: /commands/rclone_config_disconnect/
|
2020-02-10 13:31:45 +01:00
|
|
|
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/config/disconnect/ and as part of making a release run "make commanddocs"
|
2019-08-26 16:25:20 +02:00
|
|
|
---
|
2020-05-22 12:17:37 +02:00
|
|
|
# rclone config disconnect
|
2019-08-26 16:25:20 +02:00
|
|
|
|
|
|
|
Disconnects user from remote
|
|
|
|
|
2020-05-22 12:17:37 +02:00
|
|
|
## Synopsis
|
2019-08-26 16:25:20 +02:00
|
|
|
|
|
|
|
|
|
|
|
This disconnects the remote: passed in to the cloud storage system.
|
|
|
|
|
|
|
|
This normally means revoking the oauth token.
|
|
|
|
|
|
|
|
To reconnect use "rclone config reconnect".
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
rclone config disconnect remote: [flags]
|
|
|
|
```
|
|
|
|
|
2020-05-22 12:17:37 +02:00
|
|
|
## Options
|
2019-08-26 16:25:20 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for disconnect
|
|
|
|
```
|
|
|
|
|
2023-08-02 11:02:38 +02:00
|
|
|
|
2019-08-26 16:25:20 +02:00
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
|
2023-08-02 11:02:38 +02:00
|
|
|
# SEE ALSO
|
2019-08-26 16:25:20 +02:00
|
|
|
|
|
|
|
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
|
|
|
|
|