HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/awscli/examples/deploy/stop-deployment.rst
**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"
    }