coolify_create_service
Create a new service in Coolify by defining its name, server, project, environment, and Docker Compose configuration to deploy and manage applications.
Instructions
Create a new service
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Service description | |
| docker_compose_raw | Yes | Docker Compose configuration | |
| environment_name | Yes | Environment name | |
| name | Yes | Service name | |
| project_uuid | Yes | Project UUID | |
| server_uuid | Yes | Server UUID |