Deleting a Remediation Recipe

When you no longer require a remediation recipe, you can delete it.

This operation removes the remediation recipe from the compartment and marks it for deletion. The remediation recipe no longer runs and its audit results and associated recommendations are deleted. If you delete a remediation recipe that has one or more associated active remediation runs, then those runs complete.

  • You can delete a remediation recipe from the Remediation Recipes dashboard or when viewing the details of a remediation recipe. This action can't be undone.

    Deleting a remediation recipe from the dashboard

    1. Open the navigation menu and click Developer Services. Under App Dependency Management, click Remediation Recipes.
    2. Select Delete from the Actions menu (Actions Menu) of a remediation recipe.
    3. Enter name of the remediation recipe to delete in the Delete remediation recipe dialog box.
    4. Click Delete.

    Deleting a remediation recipe when viewing its details

    1. Select a remediation recipe from the remediation recipe dashboard to view the details.
    2. Click the Actions link and select Delete from the list.
    3. Enter name of the remediation recipe to delete in the Delete remediation recipe dialog box.
    4. Click Delete.
  • Use the oci adm remediation-recipe delete command and required parameters to delete the specified remediation recipe.

    oci adm remediation-recipe delete --remediation-recipe-id remediation_recipe_id [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Use the DeleteRemediationRecipe operation to delete the specified remediation recipe.