pdm_pve_lxc_snapshot_create
Create an LXC container snapshot on a PDM-registered remote. Plan first with dry-run; confirm to create and receive the Proxmox task ID.
Instructions
MUTATION: snapshot a container on a PDM-registered remote (through PDM).
For a VM use pdm_pve_qemu_snapshot_create. Containers have no RAM state, so there is no vmstate option. 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 CTID of the target container, as a string. | |
| remote | Yes | PDM-registered remote (Proxmox cluster) hosting the container. | |
| confirm | No | False (default) returns a PLAN only; True creates it. | |
| 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 |