Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / deploy / stop-deployment.rst
Size: Mime:
**To attempt to stop a deployment**

The following ``stop-deployment`` example attempts to stop an in-progress deployment that is associated with the user's AWS account.

    aws deploy stop-deployment --deployment-id d-A1B2C3111

Output::

    {
        "status": "Succeeded", 
        "statusMessage": "No more commands will be scheduled for execution in the deployment instances"
    }