Huddle01 Cloud
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

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.

Examples

List all API keys:

hudl gpu apikey list

List keys as JSON:

hudl gpu apikey list -o json

API reference

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