pve_list_guests
List all VMs and LXC containers on a Proxmox node or across the cluster, returning VMID, name, type, and current status for each guest.
Instructions
READ-ONLY: list all VMs and LXC containers on a node with their current state. Returns a list of guest objects, each with VMID, name, type (lxc or qemu), and status — works across both kinds in a single call. For one guest's runtime detail use pve_guest_status; for its stored config use pve_guest_config_get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name to list guests on. Omit to list guests across the whole cluster. | |
| 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 |