db_update
Update a managed database's configuration: scale plan, migrate region, change label, tag, VPC, timezone, trusted IPs, or engine-specific settings (MySQL, Valkey, Kafka).
Instructions
Update a managed database configuration.
Args: database_id: The database ID or label to update region: New region (requires migration) plan: New plan ID (for scaling) label: New label for the database tag: New tag for the database vpc_id: New VPC ID timezone: Database timezone (TZ format, e.g., 'UTC', 'America/New_York') trusted_ips: New list of trusted IP addresses (CIDR notation) mysql_sql_modes: MySQL SQL modes (MySQL only) mysql_require_primary_key: Require primary key setting (MySQL only) mysql_slow_query_log: Slow query log setting (MySQL only) valkey_eviction_policy: Eviction policy (Valkey only) kafka_rest_enabled: Kafka REST setting (Kafka only) kafka_schema_registry_enabled: Schema Registry setting (Kafka only) kafka_connect_enabled: Kafka Connect setting (Kafka only)
Returns: Updated database information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| plan | No | ||
| label | No | ||
| region | No | ||
| vpc_id | No | ||
| timezone | No | ||
| database_id | Yes | ||
| trusted_ips | No | ||
| mysql_sql_modes | No | ||
| kafka_rest_enabled | No | ||
| mysql_slow_query_log | No | ||
| kafka_connect_enabled | No | ||
| valkey_eviction_policy | No | ||
| mysql_require_primary_key | No | ||
| kafka_schema_registry_enabled | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||