Skip to content

Create (Docker Compose)

POST
/applications/dockercompose

Create new application based on a docker-compose file.

Authorizations

Request Body required

Application object that needs to be created.

object
project_uuid
required

The project UUID.

string
server_uuid
required

The server UUID.

string
environment_name
required

The environment name.

string
docker_compose_raw
required

The Docker Compose raw content.

string
destination_uuid

The destination UUID if the server has more than one destinations.

string
name

The application name.

string
description

The application description.

string
instant_deploy

The flag to indicate if the application should be deployed instantly.

boolean

Responses

200

Application created successfully.

400

Invalid token.

object
message
string
Invalid token.

401

Unauthenticated.

object
message
string
Unauthenticated.