curl --request PUT \
--url https://statsigapi.net/console/v1/autotunes/{id}/make_decision \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '
{
"id": "experiment123",
"decisionReason": "Your reason for stopping early",
"removeTargeting": false
}
'{
"message": "Decision made for Autotune Experiment."
}curl --request PUT \
--url https://statsigapi.net/console/v1/autotunes/{id}/make_decision \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '
{
"id": "experiment123",
"decisionReason": "Your reason for stopping early",
"removeTargeting": false
}
'{
"message": "Decision made for Autotune Experiment."
}Optional header to respect review settings for mutation endpoints.
id
Schema for updating the status of an experiment
The ID of the group to launch
"groupid123"
The reason for making the decision to update the experiment status
"Your reason for stopping early"
Indicates whether to remove targeting from the experiment
false
Finish Experiment Early Success