PATCH
/
cloud
/
v1
/
laas
/
{project_id}
/
{region_id}
/
status
curl --request PATCH \
  --url https://api.gcore.com/cloud/v1/laas/{project_id}/{region_id}/status \
  --header 'APIKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "is_initialized": true,
  "namespace": "custom"
}'
{
  "is_initialized": true,
  "namespace": null
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

project_id
integer
required

Project ID

region_id
integer
required

Region ID

Body

application/json

Response

200
application/json

LaaS status

The response is of type object.