
Last chance! 50% off unlimited learning
Sale ends in
Stop an Automation that is currently executing.
ssm_stop_automation_execution(AutomationExecutionId, Type)
[required] The execution ID of the Automation to stop.
The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.
svc$stop_automation_execution( AutomationExecutionId = "string", Type = "Complete"|"Cancel" )