POST
/
applications
/
dockercompose
curl --request POST \
  --url https://app.coolify.io/api/v1/applications/dockercompose \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "project_uuid": "<string>",
  "server_uuid": "<string>",
  "environment_name": "<string>",
  "docker_compose_raw": "<string>",
  "destination_uuid": "<string>",
  "name": "<string>",
  "description": "<string>",
  "instant_deploy": true
}'
This response does not have an example.

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

Application object that needs to be created.

The body is of type object.

Response

200

Application created successfully.