Stop Instance
API Version: 1.1.0 (06-Jan-2025)
Perform an action on the VPS
Authorizations
Path parameters
vm_idstring · uuidRequired
VPS UUID that need to be considered for filter
actionstring · enumRequiredPossible values:
Action to perform on the VPS
Body
team_idstring · uuidOptionalExample:
Team ID that need to be considered for filter. Default team will be used if not provided.
96616865-475e-4191-aba5-f89f0a4b71fe
Responses
204
Successful operation
400
Bad request
401
Unauthorized
404
Not found
post
POST /vm/{vm_id}/{action} HTTP/1.1
Host: api.cloud.onidel.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 50
{
"team_id": "96616865-475e-4191-aba5-f89f0a4b71fe"
}
No content
Last updated