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
| 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
Cancel a specific waitlist entry:
hudl gpu waitlist cancel wl_9f2e4a1bAPI reference
This command calls DELETE /gpu/waitlist/{id} under the hood. See the full request and response schema in the API reference.