# Proxmox CLI Cheat Sheet Quick reference for the most common Proxmox VE commands. ## qm — VM Management ```bash qm list # List all VMs qm create [options] # Create a new VM qm destroy [--purge] # Delete a VM qm start # Start qm shutdown # ACPI shutdown qm stop # Force stop qm reboot # Reboot qm reset # Hard reset qm suspend # Suspend to RAM qm resume # Resume qm status # Show status qm config # Show configuration qm set [options] # Modify configuration qm clone [options] # Clone a VM qm template # Convert to template qm migrate [--online] # Migrate to another node qm snapshot # Create snapshot qm rollback # Rollback to snapshot qm delsnapshot # Delete snapshot qm listsnapshot # List snapshots qm disk resize # Resize a disk qm importdisk # Import disk image qm monitor # QEMU monitor console qm agent # Guest agent commands qm unlock # Remove lock qm pending # Show pending config changes ``` ## pct — Container Management ```bash pct list # List all containers pct create