v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Managed PostgreSQL

Get PostgreSQL service status

Get the current status of the PostgreSQL service for the specified project. The service may be initialized or not.

get/cloud/v1/dbaas/status/{project_id}/{region_id}

Path parameters

project_idinteger required

Project ID

Project ID

region_idinteger required

Region ID

Region ID

Response

OK

is_initializedboolean required

DBAAS service status

Example response

{
  "is_initialized": true
}