Start an experiment

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

ParameterTypeRequiredDescription
idintegerYesThe ID of the experiment to start.

Headers

HeaderValue
AuthorizationBearer <token>

Response

Returns the updated experiment object with running: true and status: "running".

Path Params
integer
required

Experiment ID

Headers
string
required

Makaira Instance ID

Responses

400

Bad Request - the experiment cannot be started in its current state

404

Not Found

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json