---
title: "Cancel batch inference job (Bedrock format)"
method: POST
path: "/bedrock/model-invocation-job/{job_arn}/stop"
tags: ["Bedrock Integration"]
---

# Cancel batch inference job (Bedrock format)

`POST /bedrock/model-invocation-job/{job_arn}/stop`

Stops a batch inference job using AWS Bedrock format.

## Path parameters

- `job_arn` string, required

## Headers

- `x-model-provider` string

## Response `200`

Successful response

- object
  - `jobArn` string
  - `status` string

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

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