Transition an experiment to a new status.
Transition an experiment to a new status.
Transitions an experiment through its lifecycle: draft → active, active → paused, paused → active, active/paused → completed. Activation runs full readiness validation.
POST
Transition an experiment to a new status.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the experiment to transition.
Body
The target lifecycle status for the experiment.
The target status to transition the experiment to.
Available options:
active, paused, completed, archived Response
Experiment status successfully updated.
Pattern:
^exp_[A-HJ-NP-Za-km-z1-9]+$Available options:
percentage, segment Filter by status. Exact match.
Available options:
draft, active, paused, completed, archived