Deletes the throttling configurations of a specific requester in a resource pool.
Notes
-
Resource pool QoS is in invitational preview. If the throughput of your OSS buckets in a region has reached or exceeded 500 Gbit/s, you can contact technical support to apply for this feature.
-
By default, an Alibaba Cloud account has the permissions to perform this operation. To delete the throttling configurations as a RAM user or by using Security Token Service (STS), you must have the
oss:DeleteResourcePoolRequesterQoSInfopermission. For more information, see Common examples of RAM policies.
Syntax
DELETE /?requesterQosInfo&resourcePool=ResourcePoolName&qosRequester=uid
Host: oss-cn-hangzhou.aliyuncs.com
Date: GMT Date
Authorization: SignatureValue
Request headers
This operation uses only common request headers. For more information, see Common request headers.
Request elements
|
Element |
Type |
Required |
Example |
Description |
|
resourcePool |
String |
Yes |
resource-pool-for-ai |
The name of the resource pool. |
|
qosRequester |
String |
Yes |
300xxxx |
The user ID (UID) of the requester. |
Response headers
This operation returns only common response headers. For more information, see Common response headers.
Example
-
Sample request
DELETE /?requesterQosInfo&resourcePool=resource-pool-for-ai&qosRequester=300xxxx Host: oss-cn-hangzhou.aliyuncs.com Date: Fri, 27 Dec 2024 03:21:12 GMT Authorization: OSS4-HMAC-SHA256 Credential=LTAI********************/20250417/cn-hangzhou/oss/aliyun_v4_request,Signature=a7c3554c729d71929e0b84489addee6b2e8d5cb48595adfc51868c299c0c218e -
Sample response
HTTP/1.1 200 OK Date: Fri, 27 Dec 2024 03:21:12 GMT Content-Length: 0 Connection: keep-alive Server: AliyunOSS x-oss-request-id: 534****
OSS SDKs
The following OSS SDKs support this operation:
ossutil
For the ossutil command that corresponds to this operation, see delete-resource-pool-requester-qos-info.