cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/count-vms \ --header 'Authorization: <api-key>'
{ "count": 123 }
Returns the total number of virtual machines in a project.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.