github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/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  
    33  See the [global flags page](/flags/) for global options not listed here.
    34  
    35  # SEE ALSO
    36  
    37  * [rclone config](/commands/rclone_config/)	 - Enter an interactive configuration session.
    38