---
title: "Changes to Stop Message"
method: POST
path: "/chats/{chatId}/messages/{messageId}/stop"
---

# Changes to Stop Message

`POST /chats/{chatId}/messages/{messageId}/stop`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 34 revisions.

- **2026-08-04** `98b36164ce34` — 1 info
- **2026-07-30** `da68370a2aea` — 8 breaking, 13 info
- **2026-03-06** `79811cd54faa` — 1 info
- **2025-08-24** `3521652a43a7` — 1 breaking

## Changes

- **2026-08-04** `98b36164ce34` — 1 info
  - added the non-success response with the status `422`
- **2026-07-30** `da68370a2aea` — 8 breaking, 13 info
  - for the `path` request parameter `chatId`, the minLength was increased from `0` to `1`
  - for the `path` request parameter `messageId`, the minLength was increased from `0` to `1`
  - removed the required property `error` from the response with the `401` status
  - removed the required property `error` from the response with the `403` status
  - removed the required property `error` from the response with the `404` status
  - removed the required property `error` from the response with the `409` status
  - removed the required property `error` from the response with the `500` status
  - removed the required property `success` from the response with the `200` status
  - api operation id `chats.stop` removed and replaced with `messages.stop`
  - the endpoint scheme security `apiKey` was removed from the API
  - api tag `Messages` added
  - api tag `chats` removed
  - removed the non-success response with the status `413`
  - removed the non-success response with the status `422`
  - removed the non-success response with the status `429`
  - added the required property `message` to the response with the `401` status
  - added the required property `message` to the response with the `403` status
  - added the required property `message` to the response with the `404` status
  - added the required property `message` to the response with the `409` status
  - added the required property `message` to the response with the `500` status
  - added the required property `messageId` to the response with the `200` status
- **2026-03-06** `79811cd54faa` — 1 info
  - endpoint added
- **2025-08-24** `3521652a43a7` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/vercel/apis/v0-platform-api-beta/docs/chats/:chatId/messages/:messageId/stop/post.md) · [API](https://skmtc.dev/vercel/apis/v0-platform-api-beta.md) · [Page](https://skmtc.dev/vercel/apis/v0-platform-api-beta/changes/chats/:chatId/messages/:messageId/stop/post)
