LinuxCommandLibrary

qm-resume

Resume a suspended Proxmox VM

TLDR

Resume a suspended virtual machine

$ qm resume 100
copy
Resume ignoring locks (root only)
$ sudo qm resume 100 --skiplock true
copy

SYNOPSIS

qm resume [options] vmid

DESCRIPTION

qm resume resumes a suspended virtual machine, restoring it to running state. The VM continues execution from where it was suspended.
This is used after a VM has been paused with qm suspend.

PARAMETERS

--skiplock true|false

Ignore locks and force resume (root only)

CAVEATS

Requires the VM to be in suspended state. The skiplock option requires root privileges.

HISTORY

Part of Proxmox VE QEMU/KVM management tools for virtual machine administration.

SEE ALSO

qm(1), qm-suspend(1), qm-start(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community