Core Concepts

Rollbacks & History

2 min read

FlagPilot maintains a comprehensive change log for every environment, allowing you to audit administrative adjustments and safely roll back features to previous snapshots.

Audit Trail Logs

Every toggle flip, rollout change, or user targeting adjustment creates an entry in the audit trail:

  • Who: The user account or CLI context that made the adjustment.
  • When: The precise ISO-8601 timestamp.
  • What: The JSON diff representation showing parameters before and after the change.

Reverting Configurations

If a release causes production errors, you can revert the state to a previous healthy snapshot:

  1. Navigate to the **History** tab inside your flag's detail view.
  2. Locate the target snapshot version.
  3. Click **Rollback** to instantly write the snapshot parameters back to Edge Config.

FAQ

How does Rollbacks & History interact with local caches?

Configurations are synced down using Edge Config or fallback REST triggers. The client automatically reads evaluations in-memory, resulting in sub-millisecond local evaluation times.

Where can I obtain support for Rollbacks & History?

You can open a support ticket in your dashboard, check the community roadmap, or consult the FlagPilot Platform Status page.

Was this page helpful?