All Products
Search
Document Center

Tablestore:UnbindGlobalTable

Last Updated:Jan 15, 2026

Detaches one or more replicas from a global table.

Request syntax

message UnbindGlobalTableRequest {
  required string globalTableId = 2;
  required string globalTableName = 3;
  repeated Removal removals = 4;
}

Parameter

Type

Required

Description

globalTableId

string

Yes

The ID of the global table.

globalTableName

string

Yes

The name of the global table.

removals

Removal

Yes

The list of replicas to remove.

Response syntax

message UnbindGlobalTableResponse {
  required string globalTableId = 2;
  required GlobalTableStatus status = 3;
}

Parameter

Type

Description

globalTableId

string

The ID of the global table.

status

GlobalTableStatus

The status of the global table.