Update application
updateApplicationUpdate a Coolify application configuration by UUID. Use common fields directly or pass any other setting via extra to match the OpenAPI schema.
Instructions
Update an application's configuration by UUID. Common fields are exposed; any other Coolify application field (install/build/start commands, health checks, resource limits, static flags, ...) can go in extra and is validated against the OpenAPI schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| uuid | Yes | ||
| extra | No | Additional Coolify application fields | |
| domains | No | ||
| build_pack | No | ||
| git_branch | No | ||
| description | No | ||
| ports_exposes | No | ||
| git_repository | No | ||
| instant_deploy | No | ||
| docker_registry_image_tag | No | ||
| docker_registry_image_name | No |