Stop Instance

API Version: 1.1.0 (06-Jan-2025)

Perform an action on the VPS

post

Perform an action on the VPS

Authorizations
Path parameters
vm_idstring · uuidRequired

VPS UUID that need to be considered for filter

actionstring · enumRequired

Action to perform on the VPS

Possible values:
Body
team_idstring · uuidOptional

Team ID that need to be considered for filter. Default team will be used if not provided.

Example: 96616865-475e-4191-aba5-f89f0a4b71fe
Responses
204
Successful operation
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