Deletes an auto scaling policy for an application.
Debugging
Request headers
This operation uses only common request headers. For more information, see the topic about common request parameters.
Request syntax
DELETE /pop/v1/eam/scale/application_scaling_rule HTTP/1.1
Request parameters
Parameter | Type | Position | Required | Example | Description |
---|---|---|---|---|---|
AppId | String | Query | No | 78194c76-3dca-418e-a263-cccd1ab4**** |
The ID of the application. You can call the ListApplication operation to query the application ID. |
ScalingRuleName | String | Query | No | cpu-trigger |
The name of the auto scaling policy. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 5d6fa0bc-cc3********** |
The ID of the request. |
Examples
Sample requests
DELETE /pop/v1/eam/scale/application_scaling_rule HTTP/1.1
Common request headers
Sample success responses
XML
format
<RequestId>5d6fa0bc-cc3**********</RequestId>
JSON
format
{
"RequestId": "5d6fa0bc-cc3**********"
}
Error codes
For a list of error codes, visit the API Error Center.