Huddle01 Cloud
CLISSH Keys

hudl key delete <name>

Remove an SSH key from your workspace.

Remove an SSH key from your workspace. Instances that were launched with this key will still accept it for authentication, but the key will no longer appear in your workspace or be available for new instances.

Usage

hudl key delete <name> [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.
--idempotency-key <key>Attach an idempotency key so retries are safe.

Examples

Delete a key by name:

hudl key delete deploy-key

Delete with an idempotency key:

hudl key delete old-key --idempotency-key remove-old-key-001

API reference

This command calls DELETE /keypairs/{name} under the hood. See the full request and response schema in the API reference.