Editing Recommendation Postponements for Specific Resources

Change the date when a postponed recommendation is scheduled to reactivate for specific resources.

    1. Navigate to the Cloud Advisor Recommendations page. If you need help finding the Recommendations page, see Listing Recommendations.
    2. Select a recommendation to view its details.
    3. On the recommendation's details page, select Resource recommendations.
    4. Next to Applied filters, select the Postponed status. The resources whose recommendations have been postponed are displayed.
    5. Find the resources whose postponement date you want to change, select the Actions menu (three dots), and then select Edit postponement.
    6. In the Edit Postponement panel, select a new date when the recommendation reactivates for the resource, and then select Postpone.
      The recommendation continues to have the Postponed status for the selected resources. On the selected date, the status of the recommendation changes to Pending 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.