ssh_dir_delete
Deletes a directory and all its contents recursively on a remote server over SSH, with optional dry-run and sudo support.
Instructions
Delete a directory and all its contents recursively.
Returns: Dictionary with deletion status and details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path to delete | |
| dry_run | No | Preview deletion without actually deleting | |
| use_sudo | No | Use sudo for the operation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||