2025-03-14 21:59:59 -06:00
|
|
|
# qm reset
|
|
|
|
|
|
|
|
|
|
> Reset a virtual machine on QEMU/KVM Virtual Machine Manager.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_reset>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|