Update Coolify Database
coolify_update_databaseUpdate a database resource's configuration on a specified Coolify instance (prod or dev). Modify name, Docker image, or public port settings.
Instructions
Update a database resource's configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name | |
| uuid | Yes | The UUID of the resource | |
| image | No | New Docker image | |
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| instance | Yes | REQUIRED — which Coolify instance to mutate: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). No default: state the target explicitly so a write never lands on prod by accident. | |
| is_public | No | Toggle public access | |
| description | No | New description | |
| public_port | No | New public port |