Huddle01 Cloud
CLIGPU Waitlist

hudl gpu waitlist cancel <id>

Cancel an active waitlist request.

Cancel a waitlist entry by its ID. Once cancelled, you will no longer be notified when matching hardware becomes available and your position in the queue is released.

Usage

hudl gpu waitlist cancel <id> [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.
--idempotency-key <key>Attach an idempotency key so retries are safe.

Examples

Cancel a specific waitlist entry:

hudl gpu waitlist cancel wl_9f2e4a1b

API reference

This command calls DELETE /gpu/waitlist/{id} under the hood. See the full request and response schema in the API reference.