snap_delete
Delete a VMware snapshot and optionally its entire child subtree. Requires explicit confirmation to protect against accidental data loss.
Instructions
Delete a snapshot (and optionally its children). Needs confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm | Yes | VM name as registered in vms.yaml | |
| name | Yes | Snapshot name | |
| confirm | No | Set true to acknowledge a destructive operation | |
| children | No | Also delete the whole subtree | |
| allow_suspend | No | If deleting a memory snapshot of a running encrypted VM is refused by vmrun, suspend the VM, delete, then resume. Briefly pauses the guest, drops terminal sessions and reattaches the debugger afterwards. |