---
title: "Start Experiment"
method: PUT
path: "/console/v1/experiments/{id}/start"
tags: ["Experiments", "Experiments"]
---

# Start Experiment

`PUT /console/v1/experiments/{id}/start`

## Path parameters

- `id` string, required

## Request body

- ExperimentStartDto
  - `analysisStartTime` string — For Warehouse Native analysis-only experiments; start time of experiment analysis.
  - `analysisEndTime` string — For Warehouse Native analysis-only experiments; end time of experiment analysis.
  - `turboMode` boolean — For Warehouse Native analysis-only experiments; whether to run the initial analysis in turbo mode

## Response `200`

Start Experiment Success

- object
  - `message` string

## Other responses

- `400` — Experiment has not yet started
- `401` — This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
- `404` — Experiment not found.

---

[API](https://skmtc.net/statsig/apis/console-api.md) · [All operations](https://skmtc.net/statsig/apis/console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/statsig/console-api/versions/3189f450c93b/schema)
