1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 04:15:43 +02:00
tldr/pages/linux/qm-config.md

17 lines
511 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:
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}}`