Create service
createServiceCreates a one-click service such as a database or cache in a Coolify project. Specify the service type, project, server, and environment to deploy it.
Instructions
Create a new one-click service (database, cache, etc.). Requires type, name, project_uuid, server_uuid, and environment_name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| type | No | ||
| description | No | ||
| server_uuid | Yes | ||
| project_uuid | Yes | ||
| instant_deploy | No | ||
| destination_uuid | No | ||
| environment_name | Yes | ||
| environment_uuid | Yes | ||
| docker_compose_raw | No |