pulumi destroy
Destroy an existing stack and its resources
Options
| Name | Description | 
|---|---|
| --color  <mode> | Colorize output. Choices are: always, never, raw, auto (default "auto") | 
| -C, --cwd  <path> | Run pulumi as if it had been started in another directory | 
| --disable-integrity-checking | Disable integrity checking of checkpoint files | 
| -e, --emoji | Enable emojis in the output | 
| --logflow | Flow log settings to child processes (like plugins) | 
| --logtostderr | Log to stderr instead of to files | 
| --non-interactive | Disable interactive mode for all commands | 
| --profiling | Emit CPU and memory profiles and an execution trace to '[filename].[pid].{cpu,mem,trace}', respectively | 
| --tracing  <file> | Emit tracing to the specified endpoint. Use the file: scheme to write tracing data to a local file | 
| -v, --verbose  <int> | Enable verbose logging (e.g., v=3); anything >3 is very verbose | 
| -s, --stack  <stack-name> | The name of the stack to operate on. Defaults to the current stack | 
| -p, --parallel  <int> | Allow P resource operations to run in parallel at once (1 for no parallelism). Defaults to unbounded. (default 2147483647) | 
| -m, --message  <message> | Optional message to associate with the destroy operation | 
| --diff | Display operation as a rich diff showing the overall change | 
| -d, --debug | Print detailed debugging output during resource operations | 
| --config-file  <file> | Use the configuration values in the specified file rather than detecting the file name | 
| --suppress-permalink  <bool> | Suppress display of the state permalink | 
| -t, --target  <stringArray> | Specify a single resource URN to destroy. All resources necessary to destroy this target will also be destroyed. Multiple resources can be specified using: --target urn1 --target urn2 | 
| -j, --json | Serialize the update diffs, operations, and overall output as JSON | 
| -r, --refresh  <bool> | Refresh the state of the stack's resources before this update | 
| --show-config | Show configuration keys and variables | 
| --show-replacement-steps | Show detailed resource replacement creates and deletes instead of a single step | 
| --show-sames | Show resources that don't need to be updated because they haven't changed, alongside those that do | 
| --suppress-outputs | Suppress display of stack outputs (in case they contain sensitive values) | 
| --target-dependents | Allows destroying of dependent targets discovered but not specified in --target list | 
| -y, --yes | 
 | 
| -f, --skip-preview | Do not perform a preview before performing the destroy | 
| --exclude-protected | Do not destroy protected resources. Destroy all other resources |