Editing Recommendation Postponements for Specific Resources

Edit 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.

  • Change the date that a postponed recommendation reactivates for specific resources.
    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 that you want to edit the postponement for. The recommendation details panel opens, showing a list of individual resources with pending recommendations.
    3. In the Cloud Advisor status menu, click Postponed. The resources whose recommendations have been postponed is displayed.
    4. Find the resources whose postponement you want to edit, click the Actions menu (Actions Menu), and then click Edit postponement.
    5. In the Edit Postponement dialog box, for Select date, use the date picker calendar to choose the date when the recommendation reactivates, and then click Save.
      The recommendation continues to have the status Postponed for the selected resources. 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.