Deletes the requester priority Quality of Service (QoS) configuration from a specified resource pool.
Precautions
The target resource pool must exist and have a requester priority QoS policy configured before you run this command. If either condition is not met, the command returns an error.
This operation takes effect immediately and cannot be revoked. After deletion, bandwidth priority control for the affected requesters is no longer in effect.
This command only affects the requester priority QoS configuration. It does not delete the resource pool itself or other QoS policies, such as throttling policies.
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 through a RAM policy.
| API action | Description |
|---|---|
oss:DeleteResourcePoolRequesterPriorityQosConfiguration | Required to run this command |
Command syntax
ossutil api invoke-operation --op-name delete-resource-pool-requester-priority-qos-configuration --method DELETE --parameters resourcePool=<resource-pool> --parameters requesterPriorityQos [--endpoint <endpoint-url>]Options
| Option | Type | Required | Description |
|---|---|---|---|
--op-name | string | Yes | The operation name. Set to delete-resource-pool-requester-priority-qos-configuration. |
--method | string | Yes | The HTTP method. Must be DELETE. |
--parameters resourcePool | string | Yes | The name of the resource pool. Example: hz-rp-03. |
--parameters requesterPriorityQos | string | Yes | Targets the requester priority QoS configuration for deletion. The value can be blank. |
--endpoint | string | No | The endpoint URL for the region where the resource pool resides. Example: https://oss-cn-shanghai.aliyuncs.com. |
Examples
Before deleting the configuration, run get-resource-pool-requester-priority-qos-configuration to view the current configuration and avoid accidental deletion that could degrade service quality.
Delete the requester priority QoS configuration from a resource pool
The following example deletes the requester priority QoS configuration from the resource pool 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 requester priority QoS configuration using a region-specific endpoint
If the resource pool is in a specific region, use --endpoint to target the correct regional endpoint.
ossutil api invoke-operation --op-name delete-resource-pool-requester-priority-qos-configuration --method DELETE --parameters resourcePool=sh-rp-01 --parameters requesterPriorityQos --endpoint https://oss-cn-shanghai.aliyuncs.com