coolify_update_database_config
Update a database's name, description, CPU, and memory limits using PATCH semantics. Adjust resource allocations and metadata for a Coolify database with a single call.
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 |