Huddle01 Cloud
CLISSH Keys

hudl key list

List all SSH keys registered in the current workspace.

List all SSH keys registered in the current workspace. Returns each key's name, fingerprint, and type.

Usage

hudl key list [flags]

Common 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 SSH keys:

hudl key list

List keys in a specific region:

hudl key list --region eu2

Output as JSON:

hudl key list -o json

API reference

This command calls GET /keypairs under the hood. See the full request and response schema in the API reference.