Deletes the specified scheduled action
Deletes the specified scheduled action.
autoscaling_delete_scheduled_action(AutoScalingGroupName, ScheduledActionName)
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
ScheduledActionName |
[required] The name of the action to delete. |
An empty list.
svc$delete_scheduled_action( AutoScalingGroupName = "string", ScheduledActionName = "string" )
## Not run: # This example deletes the specified scheduled action from the specified # Auto Scaling group. svc$delete_scheduled_action( AutoScalingGroupName = "my-auto-scaling-group", ScheduledActionName = "my-scheduled-action" ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.