experiments_set_status
Move an experiment through draft, running, paused, and ended states, then return the updated experiment. Only call after the user approves launching, pausing, or ending the experiment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Target lifecycle status. running starts the experiment; paused stops assignment without ending; ended records an end time. | |
| projectId | No | Optional project ID. Omit only when the API key is project-scoped or the account has a clear default project. | |
| experimentId | Yes | Experiment ID returned by experiments_create or experiments_list. |