Files
cheatsheet-tldr/tldr/linux/qm-config
2025-11-23 00:23:40 +00:00

22 lines
617 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# qm config
> Display the virtual machine configuration with pending configuration changes applied.
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_config>.
- 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}}`