pve_guest_config_get
Retrieve a Proxmox guest's current configuration—LXC or QEMU—with cores, memory, network, disks, and metadata. Returns a dict for mutation or rollback.
Instructions
READ-ONLY: read a guest's current configuration (kind='lxc' or 'qemu'). Returns the complete config dict with cores, memory, network, disks, metadata, and all settings. Use pve_guest_config_set to mutate; capture the returned dict to enable rollback via pve_guest_config_revert.
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 |