commands.sh

qm suspend

linux

Suspend a virtual machine (VM) in the Proxmox Virtual Environment (PVE). Use `--skiplock` and `--skiplockstorage` flags with caution, as they may lead to data corruption in certain situations.

More info →

Options (1)

boolean

Suspend a virtual machine by ID

Example: qm {{[su|suspend]}} {{vm_id}} {{integer}}

Examples (3)

Suspend a virtual machine by ID

qm [su|suspend] vm_id integer

Skip the lock check when suspending the VM

qm [su|suspend] vm_id integer --skiplock

Skip the lock check for storage when suspending the VM

qm [su|suspend] vm_id integer --skiplockstorage
made by @shridhargupta | data from tldr-pages