1
mirror of https://github.com/rclone/rclone synced 2024-12-13 01:13:58 +01:00
rclone/docs/content/commands/rclone_config_disconnect.md

39 lines
850 B
Markdown
Raw Normal View History

2019-08-26 16:25:20 +02:00
---
date: 2020-05-22T15:09:46+01:00
2019-08-26 16:25:20 +02:00
title: "rclone config disconnect"
description: "Disconnects user from remote"
2019-08-26 16:25:20 +02: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-26 16:25:20 +02:00
---
# rclone config disconnect
2019-08-26 16:25:20 +02:00
Disconnects user from remote
## 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]
```
## Options
2019-08-26 16:25:20 +02:00
```
-h, --help help for disconnect
```
See the [global flags page](/flags/) for global options not listed here.
## SEE ALSO
2019-08-26 16:25:20 +02:00
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.