All Products
Search
Document Center

Object Storage Service:delete-bucket-requester-qos-info

Last Updated:Nov 11, 2025

The delete-bucket-requester-qos-info command is used to delete the requester throttling configurations of a bucket.

Usage notes

Important

Resource pool QoS is in invitational preview. If the throughput of your OSS buckets in a region has reached or exceeded 500 Gbps, you can contact technical support to apply for use.

  • By default, an Alibaba Cloud account has the permission to delete the QoS information of a bucket. Deletion as a RAM user or by using Security Token Service (STS) requires the oss:DeleteBucketRequesterQoSInfo permission. For more information, see Grant custom policy permissions to RAM users.

Syntax

ossutil api invoke-operation --op-name delete-bucket-requester-qos-info --method DELETE --bucket <bucket-name> --parameters requesterQosInfo --parameters qosRequester=<uid>

Parameter

Type

Description

--bucket

string

Name of the bucket.

--parameters

stringArray

Query parameters in the k[=v] format in the request, such as versionId=123 and delete.

Note

For more information, see Supported global command line options.

Example

Delete the QoS information associated with requester ID 202835923910178018 configured for examplebucket. Sample command:

ossutil api invoke-operation --op-name delete-bucket-requester-qos-info --method DELETE --bucket examplebucket --parameters requesterQosInfo --parameters qosRequester=202835923910178018