Postponing a Recommendation for Specific Resources

Postpone 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. In the list of recommendations, click the desired recommendation to open the recommendation details panel. A list of individual resources with pending recommendations is displayed.
    3. Click the check boxes for the resources for which you want to postpone recommendations, and then click Postpone selected.
    4. In the Postpone Recommendations panel, for Select date, use the date picker calendar to select a date when the recommendation reactivates, and then click Postpone.
      The status of the recommendation for the selected resources changes to Postponed. On the selected date, the status of the recommendation changes to Active for the selected resources.
  • 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 flags and variable options 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.