Help Center/ GeminiDB/ API Reference/ APIs v3 (Recommended)/ Logs/ Disassociating Instances from an LTS Log Stream
Updated on 2025-11-27 GMT+08:00

Disassociating Instances from an LTS Log Stream

Function

After you have disassociated instances from an LTS log stream, logs of these instances are not automatically uploaded to the associated LTS log stream.

Constraints

  • This function supports only slow query logs and audit logs of GeminiDB Redis instances.

Authorization Information

Each account has permissions to call all APIs, but IAM users must have the required permissions specifically assigned.

  • If you are using role/policy-based authorization, see the required permissions in Permissions and Supported Actions.
  • If you are using identity policy-based authorization, the following identity policy-based permissions are required.

    Action

    Access Level

    Resource Type (*: required)

    Condition Key

    Alias

    Dependencies

    gaussdbfornosql:instance:setLogConfigs

    Write

    -

    -

    nosql:instances:saveLtsStreams

    -

URI

DELETE /v3/{project_id}/instances/logs/lts-configs

Table 1 URI parameter

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID of a tenant in a region. To obtain this value, see Obtaining a Project ID.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token.

X-Language

No

String

Language.

Table 3 Request body parameters

Parameter

Mandatory

Type

Description

instance_ids

Yes

Array of strings

IDs of the instances to be disassociated from an LTS log stream.

log_type

Yes

String

Log type. The value can be:

  • slow_log: slow query log
  • audit_log: audit log

Response Parameters

Status code: 200

No response parameters

Example Request

  • URI example
    DELETE https://{Endpoint}/v3/0549b4a43100d4f32f51c01c2fe4acdb/instances/logs/lts-configs 
  • Disassociating instances from an LTS log stream that supports slow query logs
    { 
      "instance_ids" : [ "fe45815ce8a6413ab7fa290da1db1614in12", "362b42f769ff45d884e1866f8ee00bb4in12" ], 
      "log_type" : "slow_log" 
    }
  • Disassociating instances from an LTS log stream that supports audit logs
    { 
      "instance_ids" : [ "fe45815ce8a6413ab7fa290da1db1614in12", "362b42f769ff45d884e1866f8ee00bb4in12" ], 
      "log_type" : "audit_log" 
    }

Example Response

Status code: 200

Successful request

{}

Status Codes

For details, see Status Codes.

Error Codes

For details, see Error Codes.