vm_snapshot_rollback
Roll back a Proxmox VM to a snapshot, discarding all changes since then. Preview with dry_run before performing this irreversible action.
Instructions
[WRITE] Roll a VM back to a snapshot. IRREVERSIBLE — discards changes since then.
No undo token (the discarded state cannot be recovered). Confirm with the user. Pass dry_run=True to preview.
Args: vmid: Numeric Proxmox VM id. name: Snapshot name to roll back to (see vm_list_snapshots). dry_run: If True, preview without rolling back. 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 |