Skip to main content
POST
/
vm
/
{vm_id}
/
branch
cURL
curl --request POST \
  --url https://api.example.com/vm/{vm_id}/branch \
  --header 'Authorization: Bearer <token>'
{
  "vm_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vm_id
string
required

Parent VM ID

Response

Branch VM created successfully

Response body for new VM requests (new_root, from_commit, branch)

vm_id
string
required