operations_purge
Purge a remote directory or container and all its contents by specifying the remote name and path.
Instructions
Purge directory — Deletes a directory or container and all of its contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fs | No | Remote name or path from which to remove all contents. | |
| _async | No | Run the command asynchronously. Returns a job id immediately. | |
| _group | No | Assign the request to a custom stats group. | |
| remote | No | Path within `fs` whose contents should be purged. | |
| _config | No | JSON encoded config overrides applied for this call only. | |
| _filter | No | JSON encoded filter overrides applied for this call only. |