pve_snapshot_list
Retrieve a read-only list of snapshots for a Proxmox guest, including name, description, parent, creation time, and live state indicator. Supports VMs and containers.
Instructions
List a guest's snapshots (read-only). Returns each snapshot's name, description, parent, and creation time, plus the synthetic 'current' node showing live state. Works for both VMs and containers (kind='qemu' or 'lxc'). Use pve_snapshot_create / pve_rollback to act on them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Guest type: `lxc` for a container or `qemu` for a VM. | lxc |
| node | No | PVE node the guest runs on. Omit to resolve it automatically from the cluster. | |
| vmid | Yes | Numeric ID of the guest — VMID for a QEMU VM or CTID for an LXC container. | |
| 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 |