CLIGPU Waitlist
hudl gpu waitlist add
Join the waitlist for a specific GPU SKU and region.
Add yourself to the waitlist for a GPU configuration that is currently unavailable. You will be notified when matching hardware becomes available. If you have webhooks configured, a notification is sent automatically.
Usage
hudl gpu waitlist add [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. |
--idempotency-key <key> | Attach an idempotency key so retries are safe. |
Examples
Join the waitlist (interactive prompts for GPU type and region):
hudl gpu waitlist addJoin the waitlist in a specific region:
hudl gpu waitlist add --region eu-west-1API reference
This command calls POST /gpu/waitlist under the hood. See the full request and response schema in the API reference.