2025-03-14 21:59:59 -06:00
|
|
|
# qm config
|
|
|
|
|
|
|
|
|
|
> Display the virtual machine configuration with pending configuration changes applied.
|
|
|
|
|
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
|
|
|
|
|
|
|
|
|
- Display the virtual machine configuration:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`qm {{[co|config]}} {{vm_id}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display the current configuration values instead of pending values for the virtual machine:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`qm {{[co|config]}} --current {{true}} {{vm_id}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Fetch the configuration values from the given snapshot:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`qm {{[co|config]}} --snapshot {{snapshot_name}} {{vm_id}}`
|