github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/docs/content/commands/rclone_purge.md (about)

     1  ---
     2  title: "rclone purge"
     3  description: "Remove the path and all of its contents."
     4  slug: rclone_purge
     5  url: /commands/rclone_purge/
     6  # autogenerated - DO NOT EDIT, instead edit the source code in cmd/purge/ and as part of making a release run "make commanddocs"
     7  ---
     8  # rclone purge
     9  
    10  Remove the path and all of its contents.
    11  
    12  ## Synopsis
    13  
    14  
    15  Remove the path and all of its contents.  Note that this does not obey
    16  include/exclude filters - everything will be removed.  Use `delete` if
    17  you want to selectively delete files.
    18  
    19  
    20  ```
    21  rclone purge remote:path [flags]
    22  ```
    23  
    24  ## Options
    25  
    26  ```
    27    -h, --help   help for purge
    28  ```
    29  
    30  See the [global flags page](/flags/) for global options not listed here.
    31  
    32  ## SEE ALSO
    33  
    34  * [rclone](/commands/rclone/)	 - Show help for rclone commands, flags and backends.
    35