github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/docs/content/commands/rclone_config_reconnect.md (about) 1 --- 2 title: "rclone config reconnect" 3 description: "Re-authenticates user with remote." 4 slug: rclone_config_reconnect 5 url: /commands/rclone_config_reconnect/ 6 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/config/reconnect/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone config reconnect 9 10 Re-authenticates user with remote. 11 12 ## Synopsis 13 14 15 This reconnects remote: passed in to the cloud storage system. 16 17 To disconnect the remote use "rclone config disconnect". 18 19 This normally means going through the interactive oauth flow again. 20 21 22 ``` 23 rclone config reconnect remote: [flags] 24 ``` 25 26 ## Options 27 28 ``` 29 -h, --help help for reconnect 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