Dismissing a Recommendation for Specific Resources

Dismiss a Cloud Advisor recommendation for one or more resources.

Click Console, CLI, or API to see the instructions to use that feature to complete this task.

    1. Open the navigation menu and click Governance & Administration. Under Cloud Advisor, click Recommendations.
      The Cloud Advisor Recommendations window opens.
    2. Click the recommendation in the list to open the recommendation details page and display the list of individual resources with pending recommendations.
    3. Select the check boxes for the recommendations that you want to dismiss, and then click Dismiss selected.
    4. In the Dismiss recommendation dialog box, click Dismiss.
      The status of the recommendation for the selected resources changes to Dismissed. Dismissed recommendations are removed from the default view of the details page You can view them again by filtering the list for the Dismissed status.
  • Use the oci optimizer recommendation update command to update recommendations for all resources.

    oci optimizer recommendation update --recommendation-id <recommendation_ocid> --status <status>

    You can update recommendations for one or more resources using oci optimizer recommendation bulk-apply, or for a single resource using oci optimizer resource-action update.

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

  • Use the UpdateRecommendation operation to update recommendations for all resources.

    You can update recommendations for one or more resources using BulkApplyRecommendations, or for a single resource using UpdateResourceAction.