mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 06:41:49 +00:00
18 lines
378 B
Plaintext
18 lines
378 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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 status {{vm_id}}`
|
|
|
|
- Display detailed status of a specific virtual machine:
|
|
|
|
`qm status --verbose {{true}} {{vm_id}}`
|