CLIGPU Offers
hudl gpu summary
Get a high-level summary of GPU availability across all regions.
Display an aggregated view of GPU availability, grouped by GPU model and region. This is useful for quickly seeing which hardware types have capacity without scanning through individual offers.
Usage
hudl gpu summary [flags]Flags
| Flag | Description |
|---|---|
--region <code> | Override the active region for this call only. |
--workspace <slug> | Override the active workspace for this call only. |
-o, --output | Output format: table (default), json, yaml, wide, name. |
Examples
Show a summary of all available GPU hardware:
hudl gpu summaryGet the summary as JSON (useful for monitoring dashboards):
hudl gpu summary -o jsonAPI reference
This command calls GET /gpu/offers/summary under the hood. See the full request and response schema in the API reference.