deleteScheduledAction

Prev Next

Overview

Delete a scaling action schedule that was previously created by PutScheduledUpdateGroupAction.

Request

Request parameters

Parameter name Required Type Restrictions Description
autoScalingGroupName No String Min: 1, Max: 255 Enter the name of the auto scaling group you want to query.
The schedule action name is a unique value in the auto scaling group name, so if there is no such value, delete the schedule action with the same schedule action name regardless of the group.
scheduledActionName Yes String Min: 1, Max: 255 Scaling action schedule name; schedule identifier role
It must be the only name in the specified auto scaling group, and if there is a requested schedule name, that schedule will be deleted.
responseFormatType No String - Format type of the response result
Options: xml | json
Default: xml

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>