AI Rollback Suggestions#

Rollback Suggestions appear in Discovery change history at the moment a configuration change is reviewed. They are generated on demand and do not execute cloud changes.


Where they appear#

Open Discovery → Resource detail → History, then select a change event. The suggestion action appears next to the expanded before-and-after comparison.

Request a suggestion#

  1. Open a resource in Discovery.

  2. Select History.

  3. Expand the configuration change you want to investigate.

  4. Select Get AI rollback suggestion.

The AI reads the diff (before/after property values), the resource type, and any available Discovery metadata. This can include support level, type-specific properties, and graph relationships, which helps the suggestion call out related resources that may need review.

What a suggestion looks like#

A suggestion can include the provider’s native CLI command and, when appropriate, a Terraform reconciliation example.

Azure example:

# Restore a previously reviewed VM size
az vm resize --resource-group myRG --name myVM --size Standard_B2ms

AWS example:

# Stop the instance before changing its type
aws ec2 modify-instance-attribute \
  --instance-id i-1234abcd \
  --instance-type "{\"Value\": \"t3.medium\"}"

Warning

Rollback suggestions are advisory examples. They may not include dependencies, application data, provider prerequisites or every safe migration step. Review and test the command in a non-production environment before using it.

Note

Rollback suggestions are not available if:

  • The resource was deleted

  • Fewer than 2 history snapshots exist for the resource

  • The resource is CostOnly and does not have enough provider metadata

  • The diff involves a change type the AI does not have a template for