CLIGPU API Keys
hudl gpu apikey list
List active programmatic API keys for the GPU service.
List all active API keys in the current workspace. Shows the key name, ID, creation date, and last used timestamp. The secret value is never shown after initial creation.
Usage
hudl gpu apikey list [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. |
Examples
List all API keys:
hudl gpu apikey listList keys as JSON:
hudl gpu apikey list -o jsonAPI reference
This command calls GET /gpu/api-keys under the hood. See the full request and response schema in the API reference.