AI-generated Key Takeaways
- 
          This page outlines the various possible statuses of an experiment, ranging from initial setup to being graduated or removed. 
- 
          Experiment statuses can indicate if an experiment is enabled, halted, or promoted, and some transitions between statuses are possible via API. 
- 
          The statuses include UNSPECIFIED,UNKNOWN,ENABLED,REMOVED,HALTED,PROMOTED,SETUP,INITIATED, andGRADUATED.
The status of the experiment.
| Enums | |
|---|---|
| 
 | Not specified. | 
| 
 | The value is unknown in this version. | 
| 
 | The experiment is enabled. | 
| 
 | The experiment has been removed. | 
| 
 | The experiment has been halted. This status can be set from ENABLED status through API. | 
| 
 | The experiment will be promoted out of experimental status. | 
| 
 | Initial status of the experiment. | 
| 
 | The experiment's campaigns are pending materialization. This status can be set from SETUP status through API. | 
| 
 | The experiment has been graduated. |