deletePolicy
- Print
- PDF
deletePolicy
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Deletes a scaling policy.
Request
Request parameters
Parameter | Required | Type | Limitations | Description |
---|---|---|---|---|
policyName | Y | String | Min: 1, Max: 255 | Name of the scaling policy to delete |
autoScalingGroupName | Y | String | Min: 1, Max: 255 | Name of the Auto Scaling group from which you want to delete a policy |
Response
Response body
Examples
Request example
{AUTOSCALILNG_API_URL}/deletePolicy
&autoScalingGroupName=asg-0601
&policyName=scale-out
Response example
<deletePolicyResponse>
<requestId>beb99f0c-9415-469f-8c1c6ac130a16515</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
</deletePolicyResponse>
Was this article helpful?