2022-10-21 09:24:34 +01: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-07-25 19:00:05 +03:00
|
|
|
`qm {{[co|config]}} {{vm_id}}`
|
2022-10-21 09:24:34 +01:00
|
|
|
|
|
|
|
- Display the current configuration values instead of pending values for the virtual machine:
|
|
|
|
|
2025-07-25 19:00:05 +03:00
|
|
|
`qm {{[co|config]}} --current {{true}} {{vm_id}}`
|
2022-10-21 09:24:34 +01:00
|
|
|
|
|
|
|
- Fetch the configuration values from the given snapshot:
|
|
|
|
|
2025-07-25 19:00:05 +03:00
|
|
|
`qm {{[co|config]}} --snapshot {{snapshot_name}} {{vm_id}}`
|