Huddle01 Cloud
CLIGPU SSH Keys

hudl gpu key list

List SSH keys registered with the GPU service.

List all SSH public keys currently registered in your workspace. Shows the key name, ID, fingerprint, and creation date.

Usage

hudl gpu key 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 registered SSH keys:

hudl gpu key list

Output as JSON:

hudl gpu key list -o json

API reference

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