This topic was translated by AI and is currently in queue for revision by our editors. Alibaba Cloud does not guarantee the accuracy of AI-translated content. Request expedited revision

DeleteResourcePoolRequesterQoSInfo

Updated at: 2025-02-18 03:24

You can call DeleteResourcePoolRequesterQoSInfo to remove the throttling configurations for a specific requester within 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 Gbps, you can contact technical support to apply for this feature.

  • By default, an Alibaba Cloud account is authorized to delete the throttling configurations for a specific requester in a resource pool. RAM users or those using Security Token Service (STS) require the oss:DeleteResourcePoolRequesterQoSInfo permission. 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

All headers in a DeleteResourcePoolRequesterQoSInfo request are standard request headers. For more information, see Common request headers.

Request elements

Element

Type

Required

Example

Description

Element

Type

Required

Example

Description

resourcePool

String

Yes

resource-pool-for-ai

Name of the target resource pool.

qosRequester

String

Yes

300xxxx

User ID (UID) of the requester.

Response headers

All headers in the response to a DeleteResourcePoolRequesterQoSInfo request are standard 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: OSS qn6q****:77Dv****
  • 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****

Command line tool ossutil

For the ossutil command corresponding to the DeleteResourcePoolRequesterQoSInfo operation, see delete-resource-pool-requester-qos-info.

  • On this page (1)
  • Notes
  • Syntax
  • Request headers
  • Request elements
  • Response headers
  • Example
  • Command line tool ossutil
Feedback