此内容没有您所选择的语言版本。
10.36. heat stack-abandon
usage: heat stack-abandon [-O <FILE>] <NAME or ID>
Abandon the stack. This will delete the record of the stack from Heat, but will not delete any of the underlying resources. Prints an adoptable JSON representation of the stack to stdout or a file on success.
Positional arguments
- <NAME or ID>
Name or ID of stack to abandon.
Optional arguments
- -O <FILE>, --output-file <FILE>
file to output abandon result. If the option is
specified, the result will be output into <FILE>.