pve_guest_config_get
Read a guest's current configuration (LXC or QEMU). Returns complete settings including cores, memory, network, disks, and metadata for inspection or rollback.
Instructions
Read a guest's current configuration (kind='lxc' or 'qemu') (read-only). 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 | lxc | |
| node | No | ||
| vmid | Yes | ||
| 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 |