1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 22:15:50 +02:00
tldr/pages/linux/qm-status.md
2025-07-25 21:30:05 +05:30

12 lines
308 B
Markdown

# 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:
`qm {{[stat|status]}} {{vm_id}}`
- Display detailed status of a specific virtual machine:
`qm {{[stat|status]}} --verbose {{true}} {{vm_id}}`