qm-list

List Proxmox virtual machines

TLDR

List all virtual machines
$ qm list
List with full status for running VMs
$ qm list --full 1

SYNOPSIS

qm list [options]

DESCRIPTION

qm list displays all virtual machines on the Proxmox VE node. It shows basic information including VM ID, name, and status.With the full option, additional details are shown for running VMs including resource usage.

PARAMETERS

--full 0|1

Show full status information for running VMs

INSTALL

sudo dnf install qm

SEE ALSO

qm(1), qm-status(1)