promote_read_replica
Convert a read replica database to a standalone instance for independent operation and write capabilities.
Instructions
Promote a read replica to a standalone database.
Args: database_id: The read replica database ID or label
Returns: Status message confirming promotion
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"database_id": {
"title": "Database Id",
"type": "string"
}
},
"required": [
"database_id"
],
"type": "object"
}