rollback_vm_snapshot
Roll back a Proxmox VM to a specific snapshot, discarding all changes made after the snapshot was taken. Requires node, VM ID, and snapshot name.
Instructions
Roll back a VM to a snapshot. Discards changes made since the snapshot.
Requires PROXMOX_RISK_LEVEL=all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name where the VM resides. | |
| vmid | Yes | QEMU VM numeric ID. | |
| snapname | Yes | Snapshot name to roll back to. Discards all changes since then. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |