vm_snapshot_delete
Delete a named snapshot from a Proxmox VM to destroy a rollback point. Preview with dry_run before deleting.
Instructions
[WRITE] Delete a named snapshot from a VM. Destroys a rollback point — no undo.
Pass dry_run=True to preview.
Args: vmid: Numeric Proxmox VM id. name: Snapshot name to delete (see vm_snapshot_list). dry_run: If True, preview without deleting. target: Proxmox target name from config. node: Node name; omit to auto-locate the VM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| node | No | ||
| vmid | Yes | ||
| target | No | ||
| dry_run | No |