ssh_dir_remove
Remove directories on remote servers via SSH. Supports recursive deletion and sudo for elevated access.
Instructions
Remove a directory on the remote system.
Returns: Dictionary with operation status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path to remove | |
| use_sudo | No | Use sudo for the operation | |
| recursive | No | Remove directory and contents recursively |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||