Skip to main content
POST
/
user-resource
/
vm
/
backup
Toggle Auto Backup
curl --request POST \
  --url https://api.tenbytecloud.com/v1/user-resource/vm/backup \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'apikey: <api-key>' \
  --data 'uuid=<string>'
{
  "backup": false,
  "name": "Ubuntu-16-04",
  "status": "running",
  "uuid": "f80b1d62-ffe4-43ef-9210-60f05445456a"
}

Authorizations

apikey
string
header
required

Body

application/x-www-form-urlencoded
uuid
string

Response

200 - application/json

Updated VM

The response is of type object.