v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Autotunes

Finish Experiment Early

put/console/v1/autotunes/{id}/make_decision

Path parameters

idstring required

id

Request body

idstring required

The ID of the group to launch

decisionReasonstring required

The reason for making the decision to update the experiment status

removeTargetingboolean

Indicates whether to remove targeting from the experiment

holdoutinteger

Integer percentage of users to hold back when shipping with holdback. Must be an integer between 0 and 50 (inclusive): the launched group size is computed as 100 - holdout * 2, so values above 50 would produce a negative-sized launched group. When set, the experiment remains live with a holdback group so long-term impact can be measured before making a final decision. Requires the ship_experiment_with_holdout gate to be enabled for the project.

Example request

{
  "id": "experiment123",
  "decisionReason": "Your reason for stopping early",
  "removeTargeting": false
}

Response

Finish Experiment Early Success

messagestring

Example response

{
  "message": "Decision made for Autotune Experiment."
}