pdm_pve_lxc_snapshot_delete
Delete a named LXC container snapshot on a PDM-registered remote. Irreversible action; dry-run returns a plan, confirm=True executes the deletion.
Instructions
MUTATION: delete a named container snapshot on a PDM-registered remote, through PDM.
Removes only the snapshot's saved state, not the container. Irreversible — there is no UNDO. For a VM snapshot use pdm_pve_qemu_snapshot_delete; to create rather than delete a snapshot use pdm_pve_lxc_snapshot_create. Dry-run by default (returns a PLAN); confirm=True executes and returns a PDM task reference (track with pdm_tasks_list; pve_task_status cannot poll a PDM 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 deletes it. | |
| snapname | Yes | Name of the snapshot to delete. | |
| 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 |