Skip to main content
POST
/
bedrock
/
model-invocation-jobs
/
{jobIdentifier}
/
stop
Cancel batch inference job (Bedrock format)
curl --request POST \
  --url http://localhost:8080/bedrock/model-invocation-jobs/{jobIdentifier}/stop
{
  "jobArn": "<string>",
  "status": "<string>"
}

Path Parameters

jobIdentifier
string
required

Job identifier to cancel

Response

Successful response

jobArn
string
status
string