coolify_create_server
Add a server to Coolify with SSH credentials, IP address, and private key UUID. Optionally set port, user, and build server flag.
Instructions
Create/add a new server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | Server IP address | |
| name | Yes | Server name | |
| port | No | SSH port (default: 22) | |
| user | No | SSH user (default: root) | |
| description | No | Server description | |
| is_build_server | No | Use as build server | |
| instant_validate | No | Validate server immediately | |
| private_key_uuid | Yes | UUID of the private key for SSH |