coolify_create_service
Create and deploy a service in a specified Coolify project environment, selecting the server, service type, or docker-compose YAML. Requires safe-write operation mode.
Instructions
Create a new service in a project environment. Requires safe-write operation mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Service name | |
| server_uuid | Yes | Server UUID to deploy the service on | |
| project_uuid | Yes | Project UUID | |
| service_type | No | Service type (e.g., nginx, redis) | |
| environment_name | No | Environment name for production guard check | |
| environment_uuid | Yes | Environment UUID | |
| docker_compose_raw | No | Raw docker-compose YAML content |