rclone/docs/content/commands/rclone_config_disconnect.md

39 lines
818 B
Markdown
Raw Normal View History

2019-08-27 00:25:20 +10:00
---
title: "rclone config disconnect"
description: "Disconnects user from remote"
2019-08-27 00:25:20 +10:00
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-27 00:25:20 +10:00
---
# rclone config disconnect
2019-08-27 00:25:20 +10:00
Disconnects user from remote
## Synopsis
2019-08-27 00:25:20 +10: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]
```
## Options
2019-08-27 00:25:20 +10:00
```
-h, --help help for disconnect
```
2023-08-02 19:02:38 +10:00
2019-08-27 00:25:20 +10:00
See the [global flags page](/flags/) for global options not listed here.
2023-08-02 19:02:38 +10:00
# SEE ALSO
2019-08-27 00:25:20 +10:00
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.