cURL
curl --request POST \ --url https://api.example.com/vm/{vm_id}/branch \ --header 'Authorization: Bearer <token>'
{ "vm_id": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Parent VM ID
Branch VM created successfully
Response body for new VM requests (new_root, from_commit, branch)