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:DeleteResourcePoolRequesterPriorityQosConfigurationpermission 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 action | Description |
|---|---|
oss:DeleteResourcePoolRequesterPriorityQosConfiguration | Grants 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 requesterPriorityQosParameters
| Parameter | Type | Description |
|---|---|---|
--op-name | string | The operation to perform. Set the value to delete-resource-pool-requester-priority-qos-configuration. |
--method | string | The HTTP method. Set the value to DELETE. |
--parameters resourcePool | string | The name of the resource pool, such as hz-rp-03. |
--parameters requesterPriorityQos | boolean | A 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 requesterPriorityQosDelete 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