Skip to content

Commit 123e625

Browse files
authored
pulumi-cancel: add page (#14789)
1 parent 94a5e30 commit 123e625

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pages/common/pulumi-cancel.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# pulumi cancel
2+
3+
> Cancel a stack's currently running update, if any.
4+
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_cancel/>.
5+
6+
- Cancel a stack's currently running update, if any:
7+
8+
`pulumi cancel {{stack_name}}`
9+
10+
- Skip confirmation prompts, and proceed with cancellation anyway:
11+
12+
`pulumi cancel --yes`
13+
14+
- Display help:
15+
16+
`pulumi cancel --help`

0 commit comments

Comments
 (0)