mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-17 17:17:40 +08:00
320 B
320 B
qm reset
Reset a virtual machine on QEMU/KVM Virtual Machine Manager. More information: https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_reset.
- 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}}