List snapshots
pve_list_snapshotsRetrieve all snapshots for a Proxmox VM or container, including the current state, by specifying node, VMID, and guest type.
Instructions
List snapshots of a VM or container, including the "current" pseudo-snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Target Proxmox node name, e.g. "pve1" | |
| type | Yes | Guest kind: "qemu" for VMs, "lxc" for containers | |
| vmid | Yes | Numeric guest id (VMID) of the VM or container |