Huddle01 Cloud
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

FlagDescription
--region <code>Override the active region for this call only.
--workspace <slug>Override the active workspace for this call only.
-o, --outputOutput format: table (default), json, yaml, wide, name.

Examples

List all available offers:

hudl gpu offers

List offers in a specific region:

hudl gpu offers --region eu-west-1

Output as JSON for use in scripts:

hudl gpu offers -o json

API reference

This command calls GET /gpu/offers under the hood. See the full request and response schema in the API reference.