All Products
Search
Document Center

Tair (Redis® OSS-Compatible):DeleteShardingNode

Last Updated:May 16, 2025

Removes one or more data shards from a Tair (Redis OSS-compatible) cluster instance.

Operation description

You can also remove data shards from an instance in the Tair (Redis OSS-compatible) console. For more information, see Adjust the number of shards for an instance with cloud disks.
Before you call this operation, make sure that the instance meets the following requirements:

  • The instance is a persistent memory-optimized instance in the cluster architecture. For more information about persistent memory-optimized instances, see Persistent memory-optimized instances.
  • The instance has more than one data shard.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
kvstore:DeleteShardingNodedelete
*DBInstance
acs:kvstore:{#regionId}:{#accountId}:instance/{#instanceId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
InstanceIdstringYes

The ID of the instance.

r-bp1zxszhcgatnx****
NodeIddeprecatedstringYes

The ID of the data shard that you want to remove. You can specify multiple IDs at a time. Separate multiple IDs with commas (,).

Note If you specify both the NodeId and ShardCount parameters, the system prioritizes the NodeId parameter.
r-bp1zxszhcgatnx****-db-0,r-bp1zxszhcgatnx****-db-1
ShardCountintegerYes

The number of data shards that you want to remove. Shard removal starts from the end of the shard list.

Note For example, the instance has the following data shards: db-0, db-1, db-2, db-3, and db-4. In this case, if you set this parameter to 2, db-3 and db-4 are removed.
1
ForceTransbooleanNo

Specifies whether to enable forced transmission during a configuration change. Valid values:

  • false (default): Before the configuration change, the system checks the minor version of the instance. If the minor version of the instance is outdated, an error is reported. You must update the minor version of the instance and try again.
  • true: The system skips the version check and directly performs the configuration change.
false
EffectiveTimestringNo

The time when you want to delete the proxy nodes for instance in the proxy mode. Valid values:

  • 0 or Immediately (default): immediately delete the proxy nodes.
  • 1 or MaintainTime: delete the proxy nodes during the maintenance window.
Note You can call the ModifyInstanceMaintainTime operation to modify the maintenance window of an instance.
Immediately

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

5D622714-AEDD-4609-9167-F5DDD3D1****
OrderIdstring

The ID of the order. On the Orders page in the Billing Management console, you can obtain the details of the order based on the order ID.

22179******0904

Examples

Sample success responses

JSONformat

{
  "RequestId": "5D622714-AEDD-4609-9167-F5DDD3D1****",
  "OrderId": "22179******0904"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2025-02-17API Description Update. The request parameters of the API has changedView Change Details
2023-07-04The request parameters of the API has changedView Change Details
2022-07-14The internal configuration of the API is changed, but the call is not affectedView Change Details