ssh_delete
Delete a remote file or directory over SSH. Specify recursive=true to remove entire directories on the target host.
Instructions
Delete a remote file or directory. Directories require recursive=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative path on the remote host. | |
| target | Yes | SSH target in the form user@host[:port]. Uses the local SSH config and keys. | |
| recursive | No |