commands.sh

pulumi cancel

all

Cancel a stack's currently running update, if any.

More info →

Options (2)

-y, --yesboolean

Skip confirmation prompts, and proceed with cancellation anyway

Example: pulumi cancel {{[-y|--yes]}}
-h, --helpboolean

Display help

Example: pulumi cancel {{[-h|--help]}}

Examples (3)

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]
made by @shridhargupta | data from tldr-pages