Skip to main content
POST
/
user-resource
/
vm
/
stop
Stop VM
curl --request POST \
  --url https://api.tenbytecloud.com/v1/user-resource/vm/stop \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'apikey: <api-key>' \
  --data 'uuid=<string>' \
  --data force=false
{
  "status": "stopped",
  "uuid": "5052bf02-044a-4d35-a803-d6b156f84beb"
}

Authorizations

apikey
string
header
required

Body

application/x-www-form-urlencoded
uuid
string
force
boolean
default:false

Response

200 - application/json

Stopped VM

The response is of type object.