github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/docs/content/commands/rclone_cleanup.md (about) 1 --- 2 title: "rclone cleanup" 3 description: "Clean up the remote if possible" 4 slug: rclone_cleanup 5 url: /commands/rclone_cleanup/ 6 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/cleanup/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone cleanup 9 10 Clean up the remote if possible 11 12 ## Synopsis 13 14 15 Clean up the remote if possible. Empty the trash or delete old file 16 versions. Not supported by all remotes. 17 18 19 ``` 20 rclone cleanup remote:path [flags] 21 ``` 22 23 ## Options 24 25 ``` 26 -h, --help help for cleanup 27 ``` 28 29 See the [global flags page](/flags/) for global options not listed here. 30 31 ## SEE ALSO 32 33 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 34