cURL
curl --request PUT \ --url https://api.gcore.com/cloud/v1/dbaas/status/{project_id}/{region_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "is_initialized": true }'
{ "is_initialized": true }
Activate or deactivate the PostgreSQL service for the specified project.
Was this page helpful?