LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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 vmid [options]

DESCRIPTION

qm resume resumes a suspended (paused) virtual machine, restoring it to a running state. The VM continues execution from exactly where it was paused.This command is used after a VM has been paused with qm suspend. It has no effect on VMs that are already running or stopped.

PARAMETERS

vmid

The numeric ID of the virtual machine (100 - 999999999).
--nocheck boolean
Skip any state checks when resuming (default: 0).
--skiplock boolean
Ignore locks and force resume. Only root is allowed to use this option.

CAVEATS

Requires the VM to be in suspended (paused) state. The --skiplock option requires root privileges. The VM ID must be a valid integer in the Proxmox range (100 and above).

HISTORY

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

SEE ALSO

Copied to clipboard
Kai