coolify_update_application
Update an existing application's configuration such as name, domains, build pack, git branch, and deployment settings.
Instructions
Update an existing application
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Application name | |
| uuid | Yes | Application UUID | |
| domains | No | Custom domains | |
| build_pack | No | Build pack | |
| git_branch | No | Git branch | |
| description | No | Application description | |
| limits_cpus | No | CPU limit | |
| build_command | No | Build command | |
| limits_memory | No | Memory limit (e.g., 512m) | |
| ports_exposes | No | Exposed ports | |
| start_command | No | Start command | |
| base_directory | No | Base directory | |
| git_commit_sha | No | Specific commit SHA | |
| git_repository | No | Git repository URL | |
| ports_mappings | No | Port mappings | |
| install_command | No | Install command | |
| health_check_path | No | Health check path | |
| publish_directory | No | Publish directory | |
| health_check_enabled | No | Enable health checks | |
| health_check_interval | No | Health check interval (seconds) |