Deletes the throttling configuration for a specific requester in a resource pool.
Resource pool quality of service (QoS) is in invitational preview. To apply, your Object Storage Service (OSS) buckets in the target region must have a throughput of 500 Gbit/s or higher. Contact technical support to request access.
Prerequisites
Before you begin, ensure that you have:
An Alibaba Cloud account (has the required permission by default)
For RAM users or Security Token Service (STS): the
oss:DeleteResourcePoolRequesterQoSInfopermission. See Attach a custom policy to a RAM user
Syntax
ossutil api invoke-operation --op-name delete-resource-pool-requester-qos-info --method DELETE --parameters resourcePool=<resource-pool> --parameters qosRequester=<uid> --parameters requesterQosInfoParameters
| Parameter | Type | Description |
|---|---|---|
--parameters | stringArray | Request parameters in the k[=v] format, such as versionId=123 and delete. |
For global command-line options, see Global command-line options.
Example
Delete the throttling configuration for requester 202835923910178019 in the resource pool examplePool:
ossutil api invoke-operation --op-name delete-resource-pool-requester-qos-info --method DELETE --parameters resourcePool=examplePool --parameters qosRequester=202835923910178019 --parameters requesterQosInfoWhat's next
After deleting a requester's throttling configuration, you may want to:
Set a new throttling configuration for the requester
Query the current throttling configurations in the resource pool