CLIGPU SSH Keys
hudl gpu key delete <id>
Remove an SSH key from the GPU service.
Delete an SSH public key from the GPU service. Existing deployments that were provisioned with this key are not affected, but new deployments will no longer be able to use it.
Usage
hudl gpu key delete <id> [flags]Flags
| Flag | Description |
|---|---|
--region <code> | Override the active region for this call only. |
--workspace <slug> | Override the active workspace for this call only. |
-o, --output | Output format: table (default), json, yaml, wide, name. |
--idempotency-key <key> | Attach an idempotency key so retries are safe. |
Examples
Delete a key by ID:
hudl gpu key delete key_a1b2c3d4API reference
This command calls DELETE /gpu/ssh-keys/{id} under the hood. See the full request and response schema in the API reference.