1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 15:19:43 +01:00
tldr/pages/linux/qm-reset.md
2022-10-09 09:41:33 +05:30

307 B

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}}