mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
482 B
Plaintext
22 lines
482 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}}`
|