Skip to main content
POST
/
user-resource
/
vm
/
clone
Clone VM
curl --request POST \
  --url https://api.tenbytecloud.com/v1/user-resource/vm/clone \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'apikey: <api-key>' \
  --data 'uuid=<string>' \
  --data 'name=<string>'
{
  "name": "Name of the Clone",
  "status": "running",
  "uuid": "d582f16a-013b-4a23-8463-c66bbbc96c43"
}

Authorizations

apikey
string
header
required

Body

application/x-www-form-urlencoded
uuid
string
name
string

Response

200 - application/json

Cloned VM

The response is of type object.