Skip to main content
  1. Posts/

Unlock VM on Proxmox

··41 words·1 min·
Table of Contents

Solve the Error: VM is locked error on Proxmox.

Error #

  • Error: VM is locked
  • Error: VM is locked (backup)
  • Error: VM is locked (snapshot)
  • Error: VM is locked (clone)

Solutions #

qm unlock <vmid>
kill -9 $(pgrep -f "/usr/bin/kvm -id <vmid>")