v32

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

Update logging status

Update the status of Logging as a Service (LaaS) for the specified project and region. This endpoint allows enabling or disabling LaaS functionality.

patch/cloud/v1/laas/{project_id}/{region_id}/status

Path parameters

project_idinteger required

Project ID

region_idinteger required

Region ID

Request body

is_initializedboolean required

Boolean showing whether client is initialized with LaaS

namespacestring nullable

Optional. Custom namespace

Example request

{
  "is_initialized": true,
  "namespace": "custom"
}

Response

LaaS status

is_initializedboolean required

Boolean showing whether client is initialized with LaaS

namespacestring nullable required

Client namespace

Example response

{
  "is_initialized": true
}