create_server
Add a new server to Coolify by providing SSH access details and a private key for authentication, enabling deployment management.
Instructions
Create a new server in Coolify. Requires SSH access details and a private key for authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Optional description of the server's purpose or configuration | |
| instant_validate | No | Whether to validate the server configuration immediately after creation | |
| ip | Yes | IP address of the server. Can be IPv4 or IPv6. | |
| is_build_server | No | Whether this server should be used for building applications | |
| name | Yes | A unique, human-readable name for the server | |
| port | Yes | SSH port number | |
| private_key_uuid | Yes | UUID of the private key to use for SSH authentication. Obtain this from list_private_keys. | |
| proxy_type | No | Type of proxy to use for this server | nginx |
| user | Yes | SSH username for authentication |