github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/content/commands/rclone_purge.md (about)

     1  ---
     2  date: 2019-06-20T16:09:42+01:00
     3  title: "rclone purge"
     4  slug: rclone_purge
     5  url: /commands/rclone_purge/
     6  ---
     7  ## rclone purge
     8  
     9  Remove the path and all of its contents.
    10  
    11  ### Synopsis
    12  
    13  
    14  Remove the path and all of its contents.  Note that this does not obey
    15  include/exclude filters - everything will be removed.  Use `delete` if
    16  you want to selectively delete files.
    17  
    18  
    19  ```
    20  rclone purge remote:path [flags]
    21  ```
    22  
    23  ### Options
    24  
    25  ```
    26    -h, --help   help for purge
    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