private_key
Create, list, inspect, update, and delete SSH keys registered in Coolify to manage server access credentials.
Instructions
Private key CRUD for SSH keys registered in Coolify. Actions: list(format?, page?, per_page?) · get(uuid, format?, projection?, reveal?) · create(name, private_key?, key_file?) · update(uuid) · delete(uuid, confirm) · delete_preview(uuid) Safety: confirm for destructive ops · optional instance · reveal opt-in only
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Private key name | |
| page | No | Page number for pagination | |
| uuid | No | Private key UUID | |
| action | Yes | The action to run | |
| format | No | Output format (default pretty) | |
| reveal | No | Reveal sensitive/masked values in full projection (default false — secrets masked as ***) | |
| confirm | No | Explicit confirmation required for destructive delete | |
| instance | No | Coolify instance name from registry (optional — uses env credentials or registry default) | |
| key_file | No | Local filesystem path to PEM file | |
| per_page | No | Items per page | |
| max_chars | No | Max formatted output characters (default 16000) | |
| projection | No | Detail projection depth | |
| description | No | Optional description | |
| private_key | No | Inline PEM material | |
| include_full | No | Alias for projection: full |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| _meta | No | ||
| error | No | ||
| _size_warning | No | ||
| _formattedText | No |