coolify_update_application_config
Update an application's configuration in Coolify, including health checks, resource limits, replicas, ports, and build settings. Apply PATCH semantics to modify only specified fields.
Instructions
Update application configuration: health check, resource limits, replicas, ports, build settings. PATCH semantics. Audit: coolify.application.config.update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fqdn | No | Fully qualified domain name | |
| name | No | Application name | |
| ports | No | Port mapping | |
| previews | No | Enable preview deployments | |
| replicas | No | Number of replicas | |
| cpu_limit | No | CPU limit (e.g., "1", "500m") | |
| build_pack | No | Build pack | |
| cpu_shares | No | CPU shares (2-1024) | |
| auto_deploy | No | Enable auto-deploy on push | |
| description | No | Application description | |
| health_check | No | Enable or disable health checks | |
| memory_limit | No | Memory limit (e.g., "512Mi", "2Gi") | |
| base_directory | No | Base directory for build | |
| application_uuid | Yes | Application UUID | |
| dockerfile_location | No | Dockerfile location |