create_dockercompose_application
Create an application by providing a Docker Compose YAML configuration. Specify project, environment, and server to deploy immediately or later.
Instructions
Create a new application from Docker Compose configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_uuid | Yes | Project UUID | |
| environment_name | Yes | Environment name | |
| environment_uuid | No | Environment UUID (optional) | |
| server_uuid | Yes | Server UUID | |
| destination_uuid | No | Destination UUID (optional if server has single destination) | |
| docker_compose_raw | Yes | Docker Compose YAML content (base64 encoded) | |
| name | No | Application name (optional, auto-generated if not provided) | |
| description | No | Application description | |
| instant_deploy | No | Deploy immediately after creation |