coolify_create_server
Create a new server in Coolify by specifying name, IP address, SSH credentials, and optional description to expand your infrastructure management capabilities.
Instructions
Create a new server
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Server description | |
| ip | Yes | Server IP address | |
| name | Yes | Server name | |
| port | No | SSH port | |
| private_key_id | No | Private key ID | |
| user | No | SSH user | root |