pve_list_guests
List all virtual machines and LXC containers on a node, returning their VMID, name, type, and current status in a single call.
Instructions
List all VMs and LXC containers on a node with their current state (read-only). Returns a list of guest objects, each with VMID, name, type (lxc or qemu), and status. Works across both kinds in a single call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | 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 |