HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pulumi cancel — Cancel a stack's currently running update, if any. More information: <https://www.pulumi.com/docs/ia

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandupdatestackclirunningcurrentlypulumi cancelcancel

Problem

How to use the pulumi cancel command: Cancel a stack's currently running update, if any. More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_cancel/>.

Solution

pulumi cancel — Cancel a stack's currently running update, if any. More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_cancel/>.

Cancel a stack's currently running update, if any:
pulumi cancel {{stack_name}}


Skip confirmation prompts, and proceed with cancellation anyway:
pulumi cancel {{[-y|--yes]}}


Display help:
pulumi cancel {{[-h|--help]}}

Code Snippets

Cancel a stack's currently running update, if any

pulumi cancel {{stack_name}}

Skip confirmation prompts, and proceed with cancellation anyway

pulumi cancel {{[-y|--yes]}}

Display help

pulumi cancel {{[-h|--help]}}

Context

tldr-pages: common/pulumi cancel

Revisions (0)

No revisions yet.