CH·02CLI reference

gpu keys list

List your SSH keys

List your SSH keys

Synopsis

Lists SSH keys, scoped by the role of the user your API key was minted by: a member sees only their own keys, while an admin/owner key sees every key in the org. Each entry shows id, name, fingerprint, whether it is auto-attached to new instances at launch (the ON-LAUNCH column), and created date. Use gpu keys set-attach to toggle the on-launch flag.

gpu keys list [flags]

Examples

gpu keys list
gpu keys list --output json
gpu keys list --limit 10

Options

  -h, --help        help for list
      --limit int   Max keys to fetch (1-200) (default 50)

Options inherited from parent commands

      --api-base string   API base URL (override with GPUAI_API_BASE env) (default "https://api.gpu.ai/v1")
      --debug             Enable debug logging to stderr
  -o, --output string     Output format: table|json (default table on TTY, json otherwise)

SEE ALSO

← The gpu CLI