All Products
Search
Document Center

Object Storage Service:delete-resource-pool-requester-qos-info

Last Updated:Mar 19, 2026

Deletes the throttling configuration for a specific requester in a resource pool.

Important

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:DeleteResourcePoolRequesterQoSInfo permission. 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 requesterQosInfo

Parameters

ParameterTypeDescription
--parametersstringArrayRequest parameters in the k[=v] format, such as versionId=123 and delete.
Note

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 requesterQosInfo

What'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