qm-status: add page (#9180)

pull/1/head
deeeeeeps 2022-10-20 15:16:45 +01:00 committed by GitHub
parent 50212a56e7
commit 93aa6d3291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages/linux/qm-status.md Normal file
View File

@ -0,0 +1,12 @@
# 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}}`