mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
13 lines
318 B
Markdown
13 lines
318 B
Markdown
# qm status
|
|
|
|
> Show virtual machine status.
|
|
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_status>.
|
|
|
|
- Display the status of a specific virtual machine:
|
|
|
|
`qm {{[stat|status]}} {{100}}`
|
|
|
|
- Display detailed status of a specific virtual machine:
|
|
|
|
`qm {{[stat|status]}} {{100}} --verbose {{true}}`
|