github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/docs/content/commands/rclone_config_disconnect.md (about) 1 --- 2 title: "rclone config disconnect" 3 description: "Disconnects user from remote" 4 slug: rclone_config_disconnect 5 url: /commands/rclone_config_disconnect/ 6 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/config/disconnect/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone config disconnect 9 10 Disconnects user from remote 11 12 ## Synopsis 13 14 15 This disconnects the remote: passed in to the cloud storage system. 16 17 This normally means revoking the oauth token. 18 19 To reconnect use "rclone config reconnect". 20 21 22 ``` 23 rclone config disconnect remote: [flags] 24 ``` 25 26 ## Options 27 28 ``` 29 -h, --help help for disconnect 30 ``` 31 32 See the [global flags page](/flags/) for global options not listed here. 33 34 ## SEE ALSO 35 36 * [rclone config](/commands/rclone_config/) - Enter an interactive configuration session. 37