1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 01:15:42 +02:00
tldr/pages/linux/qm-config.md
2025-07-25 21:30:05 +05:30

16 lines
511 B
Markdown

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