tldr/pages/linux/qm-config.md

17 lines
484 B
Markdown
Raw Normal View History

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:
`qm config {{vm_id}}`
- Display the current configuration values instead of pending values for the virtual machine:
`qm config --current {{true}} {{vm_id}}`
- Fetch the configuration values from the given snapshot:
`qm config --snapshot {{snapshot_name}} {{vm_id}}`