Deleting a Stack

Delete a stack in Resource Manager. You can't undo the deletion of a stack.

Important

When you delete a stack, its associated resources persist but its associated state file is deleted. Cleaning up the resources associated with a deleted stack can be difficult without the state file, especially when those resources are spread across multiple compartments. To avoid difficult cleanup, we recommend that you release associated resources first by running a destroy job. If the stack has no associated resources, then you can safely delete it without concern about missing state files.
    1. On the Stacks list page, find the stack that you want to work with. If you need help finding the list page or the stack, see Listing Stacks.
    2. From the Actions menu (Actions Menu) for the stack, select Delete.
    3. Confirm the operation when prompted.
  • Use the oci resource-manager stack delete command and required parameters to delete a stack.

    oci resource-manager stack delete stack-id <stack_OCID>

    For a complete list of parameters and values for CLI commands, see the Command Line Reference for Resource Manager.

  • Use the DeleteStack operation to delete a stack.