create_application
Create a new application in a Coolify project by specifying a Git repository, ports to expose, and target environment.
Instructions
Create a new application
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_uuid | Yes | Project UUID | |
| environment_name | Yes | Environment name | |
| environment_uuid | No | Environment UUID (optional) | |
| git_repository | No | Git repository URL | |
| ports_exposes | No | Ports to expose (e.g., "3000,8080") | |
| destination_uuid | Yes | Destination server UUID |