Last chance! 50% off unlimited learning
Sale ends in
Deletes the specified scheduled action.
autoscaling_delete_scheduled_action(AutoScalingGroupName,
ScheduledActionName)
[required] The name of the Auto Scaling group.
[required] The name of the action to delete.
svc$delete_scheduled_action( AutoScalingGroupName = "string", ScheduledActionName = "string" )
# NOT RUN {
# This example deletes the specified scheduled action from the specified
# Auto Scaling group.
# }
# NOT RUN {
svc$delete_scheduled_action(
AutoScalingGroupName = "my-auto-scaling-group",
ScheduledActionName = "my-scheduled-action"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab