v57

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-012143051018.3 KB
Machine

Retrieve GPU stats for machines at a site

Returns GPU summary stats grouped by GPU name for machines at the specified site.

User must have authorization role with PROVIDER_ADMIN suffix. The specified site must belong to the Provider.

get/v2/org/{org}/nico/machine/gpu/stats

Query parameters

siteIdstring uuid required

ID of the Site

Response

OK

namestring

GPU name from the MachineCapability record

gpusinteger

Total number of GPUs (summation of all Machine GPU capability counts)

machinesinteger

Number of machines that have this GPU capability

Example response

[
  {
    "name": "NVIDIA GB200",
    "gpus": 64,
    "machines": 16
  }
]