Manage flags and rules
Information on how to manage flags and rules in Optimizely Feature Experimentation.
The Flags dashboard gives you a snapshot of what is happening to a flag at a given point in time. You can view rules by environment and add, edit, rearrange, enable, disable, delete, or archive rules.
Note
Multiple experiments per flag are only available for select plans.
Flags
Turn a flag on or off
Toggling a flag on or off enables or disables all rules for the environment:

Toggle a flag on or off
Archive flag
You can archive a flag to remove it from the list of Flags. Archiving a flag also removes it from the datafile. See Manage flags section for more information.
Optimizely Feature Experimentation keeps your flag and rule data, so you can unarchive the flag later.
To archive a flag,
- Navigate to Flags.
- Click the Actions icon (...) for the flag.
- Choose Archive from the drop-down list.

Unarchive flag
To unarchive a flag:
- Navigate to Flags.
- Click the filter menu and choose Yes from the Archived drop-down list.
- Click the Actions icon (...) for the experiment.
- Choose Unarchive from the drop-down list.

Rules
Note
You are limited to 100 rules per environment.
Reorder, Copy, or Delete rules
In the rules list, click an Actions icon (...) to reorder rules, create a copy of the rule in the current environment, or delete the rule. Drag and drop a rule to rearrange them.

Note
To duplicate experiment rules, you must have multiple experiments per flags enabled. Contact your Customer Success Manager if you are interested in being added to the beta.
Duplicate rule across environment
To duplicate a rule across an environment, select Add Rule and select Copy rules from and select which environment you want to copy the rules from.

Note
Collaborators outside of your organization cannot create multiple experiments per flag. See collaborators documentation for more information.
Pause a rule
If you want to enable or disable individual rules within an environment, you can play or pause them:

Pause or play a rule
Manage flag rules
You can add, remove, or update your flag's rules at any time. But, it is advised to turn your flag off before making changes.
Warning
You should not change your experiment while it is running. For more information, see Why you should not change a running experiment.
The following are configurable for rules:
- Name
- Description
- Audiences
- Traffic ramp percentage
- Metrics
- Traffic distribution mode
- Variations
- Exclusion groups
After you create a rule, you cannot change its key.
Important
Be careful when you are changing experiment parameters
DO NOT change to your rule unless you are making the corresponding changes in your code. If you use a key that is not referenced in your code, no traffic will be sent to that experiment or variation.
To edit a flag rule:
- Click the rule name to open it.
- Change your rule parameters as desired.
- Click Save.

Changing your rules will update your project's datafile within a few seconds. It may take some time before your experiments are updated in production, depending on how often you retrieve datafile updates.
If you want your rules to update in real-time, use webhooks to receive datafile updates.
Warning
Changing traffic allocation or group assignment for a running experiment will impact user bucketing, causing users to be bucketed in or unbucketed from this experiment. For more information, refer to How bucketing works.
Updated 12 days ago