Force Stop VM/Container by Entry ID
POST
/integration/entry/{entryId}/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
Type
HTTP (bearer)
Parameters
Path Parameters
entryId*
The unique identifier of the entry
Type
Requiredstring
Responses
VM/container successfully stopped
application/json
JSON
{
}
