pve_rollback
Roll back a Proxmox guest to a snapshot, discarding all changes since. Dry-run shows the blast radius; set confirm=true to execute.
Instructions
MUTATION (DESTRUCTIVE): roll a guest back to a snapshot — discards ALL changes since it. Dry-run by default (the PLAN spells out the blast radius); confirm=True to execute. Async — returns the task UPID, poll with pve_task_status. To create a restore point first use pve_snapshot_create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Guest type: `lxc` for a container or `qemu` for a VM. | lxc |
| node | No | PVE node the guest runs on. Omit to resolve it automatically from the cluster. | |
| vmid | Yes | Numeric ID of the guest — VMID for a QEMU VM or CTID for an LXC container. | |
| confirm | No | Leave `false` (default) to get a dry-run PLAN with blast radius; set `true` to execute the rollback. | |
| snapname | Yes | Name of the snapshot to roll the guest back to. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |