January 2018
Intermediate to advanced
398 pages
7h 54m
English
To delete a running Heat stack we will make a simple call as shown in this recipe.
Ensure that you are logged on to a correctly configured OpenStack client and can access the OpenStack environment. Refer to Chapter 2, The OpenStack Client for details of setting up your environment to use OpenStack.
In this section, we'll show how to delete a stack.
myStack, issue the following command:
openstack stack delete myStack
y to continue destroying the stack:Read now
Unlock full access