Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 1797

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To stop the execution of an Automation document**

This example stops an automation execution. There is no output if the command succeeds.

Command::

  aws ssm stop-automation-execution --automation-execution-id "4105a4fc-f944-11e6-9d32-0a1b2c3d495h"

**To cancel the execution of an Automation document**

This example cancels an automation execution. There is no output if the command succeeds.

Command::

  aws ssm stop-automation-execution --automation-execution-id "4105a4fc-f944-11e6-9d32-0a1b2c3d495h" --type "Cancel"