create_vm_snapshot
Create a named snapshot of a QEMU virtual machine on a Proxmox node to capture the current state for backup or rollback.
Instructions
Create a snapshot of a VM. Requires PROXMOX_RISK_LEVEL=lifecycle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name where the VM resides. | |
| vmid | Yes | QEMU VM numeric ID. | |
| snapname | Yes | Snapshot name. | |
| description | No | Optional human-readable description of the snapshot. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |