jpprojects

Proxmox

Managing VMs/Containers from the Command Line

This is a list of commands to use from the CLI of the Proxmox host to be able to control VMs, in case you are not able to access the Proxmox Web Console.

List all VMs

qm list

State Commands

qm start <vmid>

qm stop <vmid>

qm shutdown <vmid>

qm reboot <vmid>

qm suspend <vmid>

qm resume <vmid>

Configuration

qm create <vmid> [options]

qm set <vmid> [options]

qm destroy <vmid>

Access

qm monitor <vmid>

qm guest exec <vmid> <command> [arguments]