1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-26 08:35:28 +02:00
tldr/pages/common/pulumi-cancel.md

17 lines
389 B
Markdown
Raw Normal View History

2024-11-11 14:48:54 -05:00
# 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]}}`
2024-11-11 14:48:54 -05:00
- Display help:
`pulumi cancel {{[-h|--help]}}`