2022-12-21 02:50:16 +00:00
|
|
|
# qm showcmd
|
|
|
|
|
2023-05-30 19:37:28 +01:00
|
|
|
> Show command-line which is used to start the VM (debug info).
|
2022-12-21 02:50:16 +00:00
|
|
|
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
|
|
|
|
2023-05-30 19:37:28 +01:00
|
|
|
- Show command-line for a specific virtual machine:
|
2022-12-21 02:50:16 +00:00
|
|
|
|
|
|
|
`qm showcmd {{vm_id}}`
|
|
|
|
|
|
|
|
- Put each option on a new line to enhance human readability:
|
|
|
|
|
|
|
|
`qm showcmd --pretty {{true}} {{vm_id}}`
|
|
|
|
|
2022-12-22 12:12:02 +00:00
|
|
|
- Fetch config values from a specific snapshot:
|
2022-12-21 02:50:16 +00:00
|
|
|
|
|
|
|
`qm showcmd --snapshot {{string}} {{vm_id}}`
|