rclone/docs/content/commands/rclone_config_disconnect.md

38 lines
805 B
Markdown
Raw Normal View History

2019-08-26 16:25:20 +02:00
---
date: 2020-02-10T12:28:36Z
2019-08-26 16:25:20 +02:00
title: "rclone config disconnect"
slug: rclone_config_disconnect
url: /commands/rclone_config_disconnect/
# 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
---
## rclone config disconnect
Disconnects user from remote
### Synopsis
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]
```
### Options
```
-h, --help help for disconnect
```
See the [global flags page](/flags/) for global options not listed here.
### SEE ALSO
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.