cURL
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" }
Optional header to respect review settings for mutation endpoints.
id
Unix timestamp (in milliseconds) to schedule the experiment to start
Schedule Experiment Start Success
Was this page helpful?