Deletes the requester QoS throttling configuration for a specific requester UID on a bucket. Alibaba Cloud accounts have this permission by default. RAM users and Security Token Service (STS) roles require the oss:DeleteBucketRequesterQoSInfo permission. For details, see Grant custom policy permissions to RAM users.
Resource pool QoS is in invitational preview. To apply, contact technical support if your OSS buckets in a region have reached or exceeded 500 Gbps throughput.
Synopsis
ossutil api invoke-operation
--op-name delete-bucket-requester-qos-info
--method DELETE
--bucket <bucket-name>
--parameters requesterQosInfo
--parameters qosRequester=<uid>Options
--bucket (string) [required]
The name of the bucket.
--parameters requesterQosInfo (string) [required]
Identifies this request as a requester QoS operation. Pass this flag as a fixed value with no = assignment.
--parameters qosRequester=<uid> (string) [required]
The UID of the requester whose QoS configuration you want to delete.
For all supported global options, see Supported global command line options.
Output
None.
Example
To delete the requester QoS configuration for a specific UID
The following example deletes the QoS configuration for requester 202835923910178018 on examplebucket.
ossutil api invoke-operation --op-name delete-bucket-requester-qos-info --method DELETE --bucket examplebucket --parameters requesterQosInfo --parameters qosRequester=202835923910178018This command produces no output.