cURL
curl --request POST \ --url https://api.example.com/api/v1/vm/branch/by_tag/{tag_name} \ --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 tag name to branch off
Number of VMs to branch (optional; default 1)
x >= 0
Branch VM(s) created successfully
Show child attributes