github.com/xhghs/rclone@v1.51.1-0.20200430155106-e186a28cced8/docs/content/commands/rclone_config_disconnect.md (about) 1 --- 2 date: 2020-02-01T10:26:53Z 3 title: "rclone config disconnect" 4 slug: rclone_config_disconnect 5 url: /commands/rclone_config_disconnect/ 6 --- 7 ## rclone config disconnect 8 9 Disconnects user from remote 10 11 ### Synopsis 12 13 14 This disconnects the remote: passed in to the cloud storage system. 15 16 This normally means revoking the oauth token. 17 18 To reconnect use "rclone config reconnect". 19 20 21 ``` 22 rclone config disconnect remote: [flags] 23 ``` 24 25 ### Options 26 27 ``` 28 -h, --help help for disconnect 29 ``` 30 31 See the [global flags page](/flags/) for global options not listed here. 32 33 ### SEE ALSO 34 35 * [rclone config](/commands/rclone_config/) - Enter an interactive configuration session. 36