coolify_create_server
Provision a new Coolify server using SSH authentication by providing a name, IP address, and private key UUID. Solves the need to add remote servers to your Coolify instance for deploying applications.
Instructions
[WRITE] Create a new Coolify server (requires SSH private key)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | Server IP address or hostname | |
| name | Yes | Server display name | |
| port | No | SSH port (default: 22) | |
| user | No | SSH username (default: root) | root |
| description | No | Server description | |
| is_build_server | No | Use as build server | |
| instant_validate | No | Validate immediately after creation | |
| private_key_uuid | Yes | UUID of the SSH private key |