qm-status
TLDR
Display status of a virtual machine
$ qm status 100
Display detailed status$ qm status --verbose true 100
SYNOPSIS
qm status [options] vmid
DESCRIPTION
qm status shows the current status of a virtual machine. Basic output shows running state (running, stopped, paused). Verbose mode shows additional details like uptime and resource usage.
PARAMETERS
--verbose true|false
Show detailed status information


