Skip to main content
POST
/
console
/
v1
/
experiments
/
{id}
/
schedule_start
Schedule Experiment Start
curl --request POST \
  --url https://statsigapi.net/console/v1/experiments/{id}/schedule_start \
  --header 'Content-Type: application/json' \
  --header 'STATSIG-API-KEY: <api-key>' \
  --data '{
  "scheduledTime": 123
}'
{
  "message": "Successfully scheduled experiment start"
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Path Parameters

id
string
required

id

Body

application/json
scheduledTime
number
required

Unix timestamp (in milliseconds) to schedule the experiment to start

Response

Schedule Experiment Start Success

message
string
I