delete-bucket-qos-info

更新时间:
复制 MD 格式

Deletes the QoS configurations of a bucket.

Usage notes

Important

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:DeleteBucketQoSInfo permission. 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.

Note

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