cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/dbaas/status/{project_id}/{region_id} \ --header 'Authorization: <api-key>'
{ "is_initialized": true }
Get the current status of the PostgreSQL service for the specified project. The service may be initialized or not.
Was this page helpful?