put
https://{yourinstance}.makaira.io/experiment//start
Start an experiment. The experiment must be in a startable state.
Starts a draft experiment, making it active and beginning traffic distribution across variations.
Requires authentication.
Request
PUT /experiment/{id}/start
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The ID of the experiment to start. |
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns the updated experiment object with running: true and status: "running".
400Bad Request - the experiment cannot be started in its current state
404Not Found

