diff --git a/pages/common/pulumi-cancel.md b/pages/common/pulumi-cancel.md new file mode 100644 index 0000000000..017e595182 --- /dev/null +++ b/pages/common/pulumi-cancel.md @@ -0,0 +1,16 @@ +# pulumi cancel + +> Cancel a stack's currently running update, if any. +> More information: . + +- 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`