2025-03-14 21:59:59 -06:00
|
|
|
# qm status
|
|
|
|
|
|
|
|
|
|
> Show virtual machine status.
|
|
|
|
|
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
|
|
|
|
|
|
|
|
|
- Display the status of a specific virtual machine:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`qm {{[stat|status]}} {{vm_id}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display detailed status of a specific virtual machine:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`qm {{[stat|status]}} --verbose {{true}} {{vm_id}}`
|