qm-reset: add page (#8837)

pull/1/head
Byju John 2022-10-09 05:11:33 +01:00 committed by GitHub
parent cf491a2687
commit 73d10cab03
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-reset.md Normal file
View File

@ -0,0 +1,12 @@
# qm reset
> Reset a virtual machine on QEMU/KVM Virtual Machine Manager.
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Reset a virtual machine:
`qm reset {{vm_id}}`
- Reset a virtual machine and skip lock (only root can use this option):
`qm reset --skiplock {{true}} {{vm_id}}`