Delete Coolify Private Key
coolify_delete_private_keyDelete an SSH private key from Coolify by its UUID. The operation fails if the key is still attached to an application or server.
Instructions
Delete an SSH private key from Coolify by UUID. Will fail with 422 if the key is still in use by an application or server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | The UUID of the resource | |
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| instance | Yes | REQUIRED — which Coolify instance to mutate: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). No default: state the target explicitly so a write never lands on prod by accident. |