Skip to main content
POST
/
user-resource
/
vm
/
ip
/
public
Reserve Public IP
curl --request POST \
  --url https://api.tenbytecloud.com/v1/user-resource/vm/ip/public \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'apikey: <api-key>' \
  --data 'uuid=<string>'
{
  "uuid": "fc880f74-cf03-4a7a-93da-74c506157023",
  "status": "running"
}

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.