# 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