cURL
curl --request POST \ --url https://api.example.com/api/v1/vm/branch/by_commit/{commit_id} \ --header 'Authorization: Bearer <token>'
{ "vms": [ { "vm_id": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The commit id to branch off
Number of VMs to branch (optional; default 1)
x >= 0
Branch VM(s) created successfully
Show child attributes