delete-resource-pool-priority-qos-configuration

更新时间:
复制 MD 格式

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 actionDescription
oss:DeleteResourcePoolRequesterPriorityQosConfigurationRequired 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

OptionTypeRequiredDescription
--op-namestringYesThe operation name. Set to delete-resource-pool-requester-priority-qos-configuration.
--methodstringYesThe HTTP method. Must be DELETE.
--parameters resourcePoolstringYesThe name of the resource pool. Example: hz-rp-03.
--parameters requesterPriorityQosstringYesTargets the requester priority QoS configuration for deletion. The value can be blank.
--endpointstringNoThe endpoint URL for the region where the resource pool resides. Example: https://oss-cn-shanghai.aliyuncs.com.

Examples

Note

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 requesterPriorityQos

Delete 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