deleteScheduledAction
- Print
- PDF
deleteScheduledAction
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Deletes scheduled scaling actions created by PutScheduledUpdateGroupAction.
Request
Request parameters
Parameter | Required | Type | Limitations | Description |
---|---|---|---|---|
autoScalingGroupName | N | String | Min: 1, Max: 255 | Name of the Auto Scaling group to view. Since a scheduled action name is unique in the Auto Scaling group, a scheduled action with the same scheduled action name is deleted if no matching group is found. |
scheduledActionName | Y | String | Min: 1, Max: 255 | Scheduled action name It must be unique within the specified Auto Scaling group, and the scheduled action specified with this parameter is deleted. |
Response
Response body
Examples
Request example
{AUTOSCALILNG_API_URL}/deleteScheduledAction
&scheduledActionName=sa-1
Response example
<deleteScheduledActionResponse>
<requestId>1651a986-1de3-4a03-98ad-ae8c24fa25b7</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
</deleteScheduledActionResponse>
Was this article helpful?