Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/cloudformation/continue-update-rollback.rst
1567 views
**To retry an update rollback**

The following ``continue-update-rollback`` example resumes a rollback operation from a previously failed stack update. ::

    aws cloudformation continue-update-rollback \
        --stack-name my-stack

This command produces no output.