Delete files or directories
zspace_removePermanently delete one or more files or directories from a ZSpace NAS. This action is immediate and irreversible, so confirm exact paths before proceeding.
Instructions
Permanently delete one or more files/directories from the ZSpace NAS.
Use only when you are sure the items are no longer needed — deletion is immediate and NOT recoverable. Accepts a single path or a list. Returns {status: "removed", paths}. Marked destructive: confirm intent before calling.
There is no trash or undo: zspace_move is the reversible alternative when the goal is only to get items out of the way. Confirm the exact paths with zspace_ls or zspace_search before calling, and never pass a pool root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | One absolute path or a list of absolute paths to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||