coolify_update_database
Update database configuration in a Coolify instance by modifying parameters such as name, image, CPU/memory limits, public port, and custom fields. Enables changing database settings directly.
Instructions
[WRITE] Update configuration of a Coolify database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Database name | |
| uuid | Yes | UUID of the resource | |
| image | No | Docker image (e.g. postgres:16-alpine) | |
| is_public | No | Make database publicly accessible | |
| description | No | Database description | |
| limits_cpus | No | CPU limit (e.g. 0.5, 2) | |
| public_port | No | Public port number | |
| custom_fields | No | Additional fields not listed above (advanced) | |
| limits_memory | No | Memory limit (e.g. 512m, 1g) |