coolify_update_database_config
Update a database's CPU and memory limits, name, or description using PATCH semantics. Specify the database UUID and the fields to modify.
Instructions
Update database configuration: CPU/memory limits, name, description. PATCH semantics. Audit: coolify.database.config.update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Database name | |
| cpu_limit | No | CPU limit (e.g., "1", "500m") | |
| description | No | Database description | |
| memory_limit | No | Memory limit (e.g., "512Mi", "2Gi") | |
| database_uuid | Yes | Database UUID |