Delete Parallels snapshot
snapshot_deletePermanently delete a virtual machine snapshot to free disk space, optionally including child snapshots. Requires explicit confirmation.
Instructions
Permanently delete a snapshot to free host disk space.
Args: vm: The VM name or UUID. snapshot: Snapshot name or UUID to delete. delete_children: If true, also delete child snapshots descended from this one. confirm: Must be explicitly set to true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm | Yes | ||
| confirm | No | ||
| snapshot | Yes | ||
| delete_children | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm | Yes | ||
| uuid | Yes | ||
| action | Yes | ||
| message | Yes | ||
| snapshot_id | No |