create_private_key
Creates an SSH private key in Coolify for server authentication or Git repository access.
Instructions
Create a new SSH private key in Coolify for server authentication or Git repository access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A unique, human-readable name for the private key | |
| description | No | Optional description of the key's purpose or usage | |
| private_key | Yes | The SSH private key content in PEM format. Must be a valid SSH private key. |