powered by
Deletes the specified lifecycle hook.
If there are any outstanding lifecycle actions, they are completed first (ABANDON for launching instances, CONTINUE for terminating instances).
ABANDON
CONTINUE
autoscaling_delete_lifecycle_hook(LifecycleHookName, AutoScalingGroupName)
An empty list.
[required] The name of the lifecycle hook.
[required] The name of the Auto Scaling group.
svc$delete_lifecycle_hook( LifecycleHookName = "string", AutoScalingGroupName = "string" )
if (FALSE) { # This example deletes the specified lifecycle hook. svc$delete_lifecycle_hook( AutoScalingGroupName = "my-auto-scaling-group", LifecycleHookName = "my-lifecycle-hook" ) }
Run the code above in your browser using DataLab