---
title: "Finish Experiment Early"
method: PUT
path: "/console/v1/autotunes/{id}/make_decision"
tags: ["Autotunes"]
---

# Finish Experiment Early

`PUT /console/v1/autotunes/{id}/make_decision`

## Path parameters

- `id` string, required

## Request body

- ExperimentStatusUpdateDto — Schema for updating the status of an experiment
  - `id` string, required — The ID of the group to launch
  - `decisionReason` string, required — The reason for making the decision to update the experiment status
  - `removeTargeting` boolean — Indicates whether to remove targeting from the experiment
  - `holdout` integer — 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.

## Response `200`

Finish Experiment Early Success

- object
  - `message` string

## Other responses

- `400` — Invalid request. Please check the request input and try again.
- `401` — This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
- `404` — Not Found. The requested resource could not be found.

---

[API](https://skmtc.net/statsig/apis/console-api.md) · [All operations](https://skmtc.net/statsig/apis/console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/statsig/console-api/versions/3189f450c93b/schema)
