pve_snapshot_create
Create a snapshot (restore point) of a Proxmox VM or container. Dry-run by default; set confirm=True to execute.
Instructions
MUTATION: create a snapshot (a restore point). Dry-run by default; confirm=True to execute. Async — returns the task UPID; poll pve_task_status. Needs snapshot-capable storage (ZFS/BTRFS/LVM-thin).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | lxc | |
| node | No | ||
| vmid | Yes | ||
| confirm | No | ||
| snapname | Yes | ||
| description | No | ||
| 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 |