mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
371 B
Markdown
17 lines
371 B
Markdown
![]() |
# 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 --yes`
|
||
|
|
||
|
- Display help:
|
||
|
|
||
|
`pulumi cancel --help`
|