Huddle01 Cloud
CLIGPU API Keys

hudl gpu apikey revoke <id>

Immediately revoke a GPU API key.

Immediately and permanently revoke an API key. Any requests using this key will be rejected after revocation. This action cannot be undone.

Usage

hudl gpu apikey revoke <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

Revoke a compromised API key:

hudl gpu apikey revoke ak_7d3f1e9b

API reference

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