Skip to main content
POST
/
user-resource
/
vm
/
boot_iso_media
Boot a rescue or installation media
curl --request POST \
  --url https://api.tenbytecloud.com/v1/user-resource/vm/boot_iso_media \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'apikey: <api-key>' \
  --data 'uuid=<string>' \
  --data 'boot_image_uuid=<string>' \
  --data 'boot_image_repository=<string>'
{}

Authorizations

apikey
string
header
required

Body

application/x-www-form-urlencoded
uuid
string

Unique identifier of virtual machine

boot_image_uuid
string

Boot media image UUID

boot_image_repository
string

One of: private, platform (default: platform)

Response

200 - application/json

Result

The response is of type object.