1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:39:47 +01:00
tldr/pages/linux/qm-showcmd.md
Vitor Henrique af35564618
pages*: do not use config abbreviation (#12118)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-25 10:59:16 +05:30

428 B

qm showcmd

Show command-line which is used to start the VM (debug info). More information: https://pve.proxmox.com/pve-docs/qm.1.html.

  • Show command-line for a specific virtual machine:

qm showcmd {{vm_id}}

  • Put each option on a new line to enhance human readability:

qm showcmd --pretty {{true}} {{vm_id}}

  • Fetch configuration values from a specific snapshot:

qm showcmd --snapshot {{string}} {{vm_id}}