coolify_update_application
Update an existing Coolify application's configuration, such as domain, build pack, git branch, or deploy settings. Modify application details with optional fields for advanced customization.
Instructions
[WRITE] Update configuration of a Coolify application
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fqdn | No | Fully qualified domain name(s) | |
| name | No | Application name | |
| uuid | Yes | UUID of the resource | |
| is_static | No | Serve as static site | |
| build_pack | No | Build pack (dockerfile, nixpacks, static, dockercompose, dockerimage) | |
| git_branch | No | Git branch | |
| description | No | Application description | |
| build_command | No | Build command (e.g. npm run build) | |
| custom_fields | No | Additional fields not listed above (advanced) | |
| ports_exposes | No | Exposed ports (e.g. 3000,8080) | |
| start_command | No | Start command (e.g. npm start) | |
| base_directory | No | Base directory in repo | |
| git_repository | No | Git repository URL | |
| instant_deploy | No | Deploy immediately after update | |
| install_command | No | Install command (e.g. npm install) | |
| publish_directory | No | Publish directory for static builds | |
| is_auto_deploy_enabled | No | Auto-deploy on push |