pdm_pve_qemu_snapshot_create
Create a VM restore point on a PDM-registered remote. Optionally capture RAM state. Dry-run for planning; confirm to execute and return the Proxmox task ID.
Instructions
MUTATION: snapshot a VM on a PDM-registered remote (through PDM).
For a container use pdm_pve_lxc_snapshot_create. vmstate=True includes the VM's RAM state (larger, slower). Additive (LOW risk) — creates a restore point, touches no existing state. Dry-run by default (PLAN); confirm=True creates it and returns the Proxmox task UPID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vmid | Yes | Numeric VMID of the target VM, as a string. | |
| remote | Yes | PDM-registered remote (Proxmox cluster) hosting the VM. | |
| confirm | No | False (default) returns a PLAN only; True creates it. | |
| vmstate | No | True includes the VM's RAM state (larger, slower snapshot). | |
| snapname | Yes | Name to give the new snapshot. | |
| description | No | Optional free-text note stored with the snapshot. | |
| 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 |