# API: Proxmox VM Power Off
# proxmoxVmPowerOff
Power off VM.
# Required parameters
| Parameter | Description |
|---|---|
id | Account Id |
vpsid | VM Id |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=proxmoxVmPowerOff&id=ID&vpsid=VPSID
# PHP Samples
# Response
{
"success": true,
"call": "proxmoxVmPowerOff",
"server_time": 1760941860
}