Editing a Remediation Recipe

Edit remediation recipe details.

After you have created a remediation recipe, you can edit its configuration. If you edit the configuration of a remediation recipe that has one or more associated remediation runs, the changes only affect future runs.

You can't edit the configuration of a remediation recipe that's in one of the following states:

  • Creating
  • Deleted
  • Deleting
  • Failed
  • Inactive
  • Updating
    1. Open the navigation menu and click Developer Services. Under App Dependency Management, click Remediation Recipes.
    2. Select a remediation recipe.
    3. Click the Actions link and select Edit from the list.
    4. You can update the name, source code management, patch vulnerability, running experiments, network configuration, and merge option.
    5. Click Update Remediation Recipe.
  • Use the oci adm remediation-recipe update command and required parameters to update one or more attributes of the specified remediation recipe:

    oci adm remediation-recipe update --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 UpdateRemediationRecipe operation to update one or more attributes of the specified remediation recipe.