delete-resource-pool-requester-priority-qos-configuration

更新时间:
复制 MD 格式

Deletes the requester priority Quality of Service (QoS) configuration for a specified resource pool.

Prerequisites

Before you begin, ensure that you have:

  • Installed and configured ossutil

  • The oss:DeleteResourcePoolRequesterPriorityQosConfiguration permission granted to your Alibaba Cloud account, RAM user, or RAM role

Usage notes

  • This operation is irreversible. After deletion, the resource pool reverts to the default QoS policy. Proceed with caution.

  • This operation may temporarily affect the Quality of Service control for the resource pool.

Permissions

By default, an Alibaba Cloud account has full permissions. Resource Access Management (RAM) users and RAM roles have no permissions by default and must be granted access via a RAM policy or bucket policy.

API actionDescription
oss:DeleteResourcePoolRequesterPriorityQosConfigurationGrants permission to delete the requester priority QoS configuration of a resource pool.

Syntax

ossutil api invoke-operation --op-name delete-resource-pool-requester-priority-qos-configuration --method DELETE --parameters resourcePool=<resource-pool> --parameters requesterPriorityQos

Parameters

ParameterTypeDescription
--op-namestringThe operation to perform. Set the value to delete-resource-pool-requester-priority-qos-configuration.
--methodstringThe HTTP method. Set the value to DELETE.
--parameters resourcePoolstringThe name of the resource pool, such as hz-rp-03.
--parameters requesterPriorityQosbooleanA static parameter that identifies the target of the operation as the requester priority QoS configuration.

Examples

Delete the QoS configuration for a resource pool

The following command deletes the requester priority QoS configuration of the resource pool named hz-rp-03.

ossutil api invoke-operation --op-name delete-resource-pool-requester-priority-qos-configuration --method DELETE --parameters resourcePool=hz-rp-03 --parameters requesterPriorityQos

Delete the QoS configuration for a different resource pool

The following command deletes the requester priority QoS configuration of the resource pool named beijing-rp-01.

ossutil api invoke-operation --op-name delete-resource-pool-requester-priority-qos-configuration --method DELETE --parameters resourcePool=beijing-rp-01 --parameters requesterPriorityQos