Force Stop VM/Container
POST
/pveServer/{type}/{pveId}/{vmId}/stop
Forcefully stops a virtual machine or LXC container on a Proxmox VE server without graceful shutdown.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Parameters
Path Parameters
type*
Type of virtualization (qemu for VM, lxc for container)
Typestring
RequiredpveId*
The unique identifier of the PVE server
Typestring
RequiredvmId*
The VM or container ID to stop
Typestring
RequiredResponses
VM/container successfully stopped
application/json
JSON
{
}