All Products
Search
Document Center

Tair (Redis® OSS-Compatible):ModifyInstanceAutoRenewalAttribute

更新時間:Nov 27, 2025

Enables or disables auto-renewal for a Tair (Redis OSS-compatible) instance.

Operation description

Note Auto-renewal is triggered seven days before the expiration date of the instance.

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:ModifyInstanceAutoRenewalAttributeupdate
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
DBInstanceIdstringYes

The ID of the instance. Separate multiple instance IDs with commas (,).

Note You can specify up to 30 instance IDs.
r-bp1zxszhcgatnx****
DurationstringNo

The auto-renewal period. Valid values: 1 to 12. Unit: months. When the instance is about to expire, the instance is automatically renewed based on the number of months specified by this parameter.

Note This parameter is available and required only if the AutoRenew parameter is set to true.
3
AutoRenewstringNo

Specifies whether to enable auto-renewal. Valid values:

  • true
  • false
Note The default value is false.
true
ProductstringNo

The service. Set the value to kvstore.

kvstore

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

52D901ED-E0A5-42FB-B9DB-39C295C3****

Examples

Sample success responses

JSONformat

{
  "RequestId": "52D901ED-E0A5-42FB-B9DB-39C295C3****"
}

Error codes

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

Change history

Change timeSummary of changesOperation
2025-03-25API Description UpdateView Change Details
2025-02-27The request parameters of the API has changedView Change Details
2023-03-02The internal configuration of the API is changed, but the call is not affectedView Change Details