Skip to main content
POST
/
user-resource
/
vm
/
reinstall
Reinstall VM
curl --request POST \
  --url https://api.tenbytecloud.com/v1/user-resource/vm/reinstall \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'apikey: <api-key>' \
  --data 'uuid=<string>' \
  --data 'os_name=<string>' \
  --data 'os_version=<string>'
{
  "name": "web-server",
  "os_name": "ubuntu",
  "os_version": "22.04-lts",
  "status": "running",
  "uuid": "5aea1842-895f-4bd3-8bd6-e37b2282fb46"
}

Authorizations

apikey
string
header
required

Body

application/x-www-form-urlencoded
uuid
string
os_name
string
os_version
string

Response

200 - application/json

Reinstalled VM

The response is of type object.