Delete the quality of service (QoS) throttle configuration of a bucket group in a resource pool.
Usage notes
Resource pool QoS is in invitational preview. To apply for access, your OSS buckets in a specific region must have a throughput of 500 Gbit/s or higher. Contact technical support to apply.
By default, an Alibaba Cloud account has permission to delete a bucket group's throttle configuration. To run this command as a Resource Access Management (RAM) user or Security Token Service (STS) identity, grant the oss:DeleteResourcePoolBucketGroupQoSInfo permission. For details, see Grant custom permissions to a RAM user.
Syntax
ossutil api invoke-operation --op-name delete-resource-pool-bucket-group-qos-info --method DELETE --parameters resourcePool=<resource-pool> --parameters resourcePoolBucketGroup=<GroupName> --parameters resourcePoolBucketGroupQoSInfo| Parameter | Type | Description |
|---|---|---|
--parameters | stringArray | The request parameters in the k[=v] format, such as versionId=123 and delete. |
For global command-line options supported by ossutil, see Supported global command options.
Example
The following command deletes the throttle configuration of bucket group exampleGroup in resource pool examplePool:
ossutil api invoke-operation --op-name delete-resource-pool-bucket-group-qos-info --method DELETE --parameters resourcePool=examplePool --parameters resourcePoolBucketGroup=exampleGroup --parameters resourcePoolBucketGroupQoSInfo