1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-13 03:15:41 +02:00
tldr/pages/linux/qm-status.md

13 lines
308 B
Markdown
Raw Normal View History

2022-10-20 15:16:45 +01: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-07-25 19:00:05 +03:00
`qm {{[stat|status]}} {{vm_id}}`
2022-10-20 15:16:45 +01:00
- Display detailed status of a specific virtual machine:
2025-07-25 19:00:05 +03:00
`qm {{[stat|status]}} --verbose {{true}} {{vm_id}}`