---
title: "PUT /bots/{botId}/botanalyzer/{botAnalyzerRequestId}/stop/"
method: PUT
path: "/bots/{botId}/botanalyzer/{botAnalyzerRequestId}/stop/"
---

# PUT /bots/{botId}/botanalyzer/{botAnalyzerRequestId}/stop/

`PUT /bots/{botId}/botanalyzer/{botAnalyzerRequestId}/stop/`

Cancels an ongoing bot analysis execution. Once stopped, the analysis cannot be resumed and no recommendations will be generated.

## Path parameters

- `botId` string, required
- `botAnalyzerRequestId` string, required

## Response `200`

Success

- StopBotAnalyzerResponse
  - `botId` string — The unique identifier of the bot.
  - `botVersion` string — The version of the bot.
  - `localeId` string — The locale identifier of the bot locale.
  - `botAnalyzerStatus` 'Processing' | 'Available' | 'Failed' | 'Stopping' | 'Stopped' — <p>The updated status of the analysis. The status will be <code>Stopping</code> and will eventually transition to <code>Stopped</code>.</p> <p>Valid Values: <code>Processing | Available | Failed | Stopping | Stopped</code> </p>
  - `botAnalyzerRequestId` string — The unique identifier of the analysis request.

## Other responses

- `480` — ThrottlingException
- `481` — ValidationException
- `482` — ResourceNotFoundException
- `483` — InternalServerException

---

[API](https://skmtc.net/aws/apis/lexv2-models.md) · [All operations](https://skmtc.net/aws/apis/lexv2-models/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/lexv2-models/revisions/6997ba482d72/schema)
