POST
/
services
Create
curl --request POST \
  --url https://app.coolify.io/api/v1/services \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "activepieces",
  "name": "<string>",
  "description": "<string>",
  "project_uuid": "<string>",
  "environment_name": "<string>",
  "server_uuid": "<string>",
  "destination_uuid": "<string>",
  "instant_deploy": false
}'
{
  "uuid": "<string>",
  "domains": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Body

application/json

Response

201
application/json

Create a service.

The response is of type object.