---
title: "Halt an Experiment by team and ID."
method: POST
path: "/failure-flags/experiments/{id}/halt"
tags: ["failure-flags.experiments"]
---

# Halt an Experiment by team and ID.

`POST /failure-flags/experiments/{id}/halt`

Requires the privilege [`HALT_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Path parameters

- `id` string, required

## Query parameters

- `teamId` string, required

## Response `204`

Halt an Experiment by team and ID

## Other responses

- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege for target team: HALT_WRITE
- `404` — Not found

## Changes

- **2026-09-02** `358b43b8f258` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `204`

[Change history](https://skmtc.dev/gremlin/apis/gremlin-api/changes/failure-flags/experiments/:id/halt/post.md)

---

[API](https://skmtc.dev/gremlin/apis/gremlin-api.md) · [All operations](https://skmtc.dev/gremlin/apis/gremlin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gremlin/gremlin-api/revisions/358b43b8f258/schema)
