Update
Update application configuration
Usage
coolify app update <uuid>Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--base-directory | string | No | — | Base directory |
--build-command | string | No | — | Build command |
--compose-domain | stringArray | No | — | Docker Compose service domain in <service>=<url>[,<url>] format (repeatable) |
--custom-internal-name | string | No | — | Custom internal hostname |
--description | string | No | — | Application description |
--disable-build-cache | boolean | No | false | Disable the build cache |
--docker-image | string | No | — | Docker image name |
--docker-images-to-keep | integer | No | 0 | Number of Docker images to retain |
--docker-tag | string | No | — | Docker image tag |
--dockerfile | string | No | — | Dockerfile content |
--dockerfile-target-build | string | No | — | Dockerfile target build stage |
--domains | string | No | — | Domains (comma-separated) |
--git-branch | string | No | — | Git branch |
--git-repository | string | No | — | Git repository URL |
--gpu-count | string | No | — | GPU count |
--gpu-device-ids | string | No | — | GPU device IDs |
--gpu-driver | string | No | — | GPU driver |
--gpu-options | string | No | — | GPU options |
--health-check-enabled | boolean | No | false | Enable health check |
--health-check-path | string | No | — | Health check path |
--include-source-commit-in-build | boolean | No | false | Include the source commit in the build |
--inject-build-args-to-dockerfile | boolean | No | false | Inject build arguments into the Dockerfile |
--install-command | string | No | — | Install command |
--is-consistent-container-name-enabled | boolean | No | false | Use consistent container names |
--is-env-sorting-enabled | boolean | No | false | Sort environment variables |
--is-git-lfs-enabled | boolean | No | false | Enable Git LFS |
--is-git-shallow-clone-enabled | boolean | No | false | Use a shallow Git clone |
--is-git-submodules-enabled | boolean | No | false | Clone Git submodules |
--is-gpu-enabled | boolean | No | false | Enable GPU |
--is-gzip-enabled | boolean | No | false | Enable gzip compression |
--is-log-drain-enabled | boolean | No | false | Enable application log drain |
--is-pr-deployments-public-enabled | boolean | No | false | Make pull request deployments public |
--is-preview-deployments-enabled | boolean | No | false | Enable preview deployments |
--is-raw-compose-deployment-enabled | boolean | No | false | Deploy the raw Docker Compose definition |
--is-stripprefix-enabled | boolean | No | false | Enable path prefix stripping |
--max-restart-count | integer | No | 0 | Maximum container restart count |
--name | string | No | — | Application name |
--ports-exposes | string | No | — | Exposed ports |
--ports-mappings | string | No | — | Port mappings |
--preview-url-template | string | No | — | Preview URL template |
--publish-directory | string | No | — | Publish directory |
--start-command | string | No | — | Start command |
--stop-grace-period | integer | No | 0 | Container stop grace period in seconds |
--use-build-secrets | boolean | No | false | Use Docker Build Secrets for build-time variables |
Get current help
coolify app update --helpThe installed CLI help reflects the exact options available in your CLI version.
