pve_vm_config
Retrieve the complete configuration of a single VM or container by its vmid. Returns all settings including cores, memory, disks, network, and boot options.
Instructions
Full configuration of one VM or container.
Applies to: a single VM or CT, located by ``vmid`` (``node`` optional and
auto-resolved). Returns the complete config object (cores, memory, disk
entries like ``scsi0``, network entries like ``net0``, ``onboot`` ...),
with ``vmid``/``node``/``type`` context added.
Source: GET /nodes/{node}/{qemu|lxc}/{vmid}/config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| vmid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |