operations_rmdir
Delete empty directories or containers from cloud storage remotes via rclone, ensuring a clean file system.
Instructions
Remove empty directory — Deletes an empty directory or container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fs | No | Remote name or path containing the directory to remove. | |
| _async | No | Run the command asynchronously. Returns a job id immediately. | |
| _group | No | Assign the request to a custom stats group. | |
| remote | No | Directory path within `fs` to delete. |