Deletes the QoS configurations of a bucket.
Usage notes
Resource pool QoS is in invitational preview. If OSS throughput in a region reaches 500 Gbit/s or higher, contact technical support to apply.
-
An Alibaba Cloud account can delete bucket QoS configurations by default. Deleting QoS configurations as a RAM user or through STS requires the
oss:DeleteBucketQoSInfopermission. For more information, see Grant a custom policy. -
You can delete QoS configurations only for buckets added to a resource pool.
Syntax
ossutil api invoke-operation --op-name delete-bucket-qos-info --method DELETE --bucket <bucket-name> --parameters qosInfo
|
Parameter |
Type |
Description |
|
--bucket |
string |
Name of the bucket. |
|
--parameters |
stringArray |
Request parameters in the k[=v] format, such as versionId=123 and delete. |
This command also supports global Command-line options.
Example
The following example deletes the QoS configurations of examplebucket.
ossutil api invoke-operation --op-name delete-bucket-qos-info --method DELETE --bucket examplebucket --parameters qosInfo