lattice_update_database_instance
Update a database instance's configuration by passing only the fields you want to change, such as name, port, status, passwords, limits, or backup settings.
Instructions
Update a database instance's configuration. Only the fields you pass are changed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Database instance ID | |
| name | No | ||
| port | No | New host port; rejected with 409 if already claimed on the worker | |
| active | No | ||
| status | No | Lifecycle status — normally managed by the reconciler; set manually only to correct drift | |
| password | No | New application user password | |
| cpu_limit | No | ||
| memory_limit | No | Memory limit in MEGABYTES | |
| health_status | No | ||
| root_password | No | New root password | |
| retention_count | No | ||
| snapshot_schedule | No | Cron expression for automatic snapshots | |
| backup_destination_id | No |