One-liner version
for id in $(qm list | awk ‘NR>1 {print $1}’); do qm shutdown $id; done; for id in $(pct list | awk ‘NR>1 {print $1}’); do pct shutdown $id; done
Archive for the ‘Proxmox’ Category
Shutdown both (VMs + LXC)
Sunday, April 5th, 2026Qemu-guest-agent
Wednesday, December 4th, 2024apt-get install qemu-guest-agent