Bedrock integration

Cancel batch inference job (Bedrock format)

POST/bedrock/model-invocation-jobs/{jobIdentifier}/stop

Cancels a batch inference job using AWS Bedrock format.

Path Parameters

jobIdentifier*string

Job identifier to cancel

Response Body

application/json

application/json

application/json

curl -X POST "http://localhost:8080/bedrock/model-invocation-jobs/string/stop"
{
  "jobArn": "string",
  "status": "string"
}
{
  "message": "string",
  "type": "string"
}
{
  "message": "string",
  "type": "string"
}