1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 10:15:28 +02:00
tldr/pages/common/pulumi-cancel.md
2025-05-10 22:36:11 +05:30

16 lines
389 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 {{[-y|--yes]}}`
- Display help:
`pulumi cancel {{[-h|--help]}}`