cURL
curl --request PUT \ --url https://statsigapi.net/console/v1/experiments/{id}/defer_decision \ --header 'Content-Type: application/json' \ --header 'STATSIG-API-KEY: <api-key>' \ --data ' { "stopReason": "We want more time before choosing a winner" } '
{ "message": "Experiment successfully concluded and decision deferred." }
id
Schema for concluding an experiment and deferring decision
Optional reason for concluding the experiment and deferring the shipping decision
"We want more time before choosing a winner"
Conclude Experiment & Defer Decision Success
Was this page helpful?