QEMU/KVM 가상 머신 관리자에서 가상 머신 종료. 더 많은 정보: https://pve.proxmox.com/pve-docs/qm.1.html.
qm shutdown {{가상_머신_ID}}
qm shutdown --timeout {{10}} {{가상_머신_ID}}
qm shutdown --keepActive {{true}} {{가상_머신_ID}}
qm shutdown --skiplock {{true}} {{가상_머신_ID}}
qm shutdown --forceStop {{true}} {{가상_머신_ID}}