--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # qm reset > Reset a virtual machine on QEMU/KVM Virtual Machine Manager. > More information: . - 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}}`