Update
Update a database's configuration by UUID.
Usage
coolify database update <uuid>Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--description | string | No | — | Database description |
--image | string | No | — | Docker image |
--is-public | boolean | No | false | Make database publicly accessible |
--limits-cpus | string | No | — | CPU limit |
--limits-memory | string | No | — | Memory limit |
--name | string | No | — | Database name |
--public-port | integer | No | 0 | Public port |
Get current help
coolify database update --helpThe installed CLI help reflects the exact options available in your CLI version.
