v1
latestOpenAPI 3.0.3Proprietary2026-07-26162247330.6 KBBranch
Update database
Updates the specified database in the branch. For related information, see Manage databases.
patch/projects/{project_id}/branches/{branch_id}/databases/{database_name}
Request body
Response
Updated the database
Example response
{
"database": {
"id": 834686,
"branch_id": "br-wispy-meadow-118737",
"name": "neondb",
"owner_name": "casey",
"created_at": "2022-11-30T18:25:15Z",
"updated_at": "2022-11-30T18:25:15Z"
},
"operations": [
{
"id": "d8ac46eb-a757-42b1-9907-f78322ee394e",
"project_id": "spring-example-302709",
"branch_id": "br-wispy-meadow-118737",
"endpoint_id": "ep-silent-smoke-806639",
"action": "start_compute",
"status": "finished",
"failures_count": 0,
"created_at": "2022-11-15T20:02:00Z",
"updated_at": "2022-11-15T20:02:02Z",
"total_duration_ms": 200
}
]
}