LinuxCommandLibrary

qm-suspend

Suspends a virtual machine (VM) in the Proxmox Virtual Environment (PVE).

TLDR

Suspend a virtual machine by id

$ qm suspend [vm_id] [integer]
copy


Skip the lock check when suspending the VM
$ qm suspend [vm_id] [integer] --skiplock
copy


Skip the lock check for storage when suspending the VM
$ qm suspend [vm_id] [integer] --skiplockstorage
copy

Copied to clipboard