CLIGPU Offers
hudl gpu offers
Browse every available bare-metal GPU offer in real time.
List all GPU offers currently available for deployment. Each offer includes the GPU model, count, memory, storage, hourly price, and region. Use the returned offer ID with hudl gpu deploy --offer <id> to provision hardware.
Usage
hudl gpu offers [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
List all available offers:
hudl gpu offersList offers in a specific region:
hudl gpu offers --region eu-west-1Output as JSON for use in scripts:
hudl gpu offers -o jsonAPI reference
This command calls GET /gpu/offers under the hood. See the full request and response schema in the API reference.