Bedrock Integration
Cancel batch inference job (Bedrock format)
Stops a batch inference job using AWS Bedrock format.
AuthorizationBearer <token>
Bearer token authentication. Use your MPilot virtual-key JWT or admin JWT.
Virtual keys (prefixed with sk-bf-) can also be passed here.
In: header
Path Parameters
job_arnstring
Bedrock job ARN to stop (URL-encoded). For non-Bedrock providers, the
arn:aws:bedrock:us-east-1:444444444444:batch: prefix is stripped
automatically before routing.
Header Parameters
x-model-provider?string
Optional provider override for cross-provider batch routing.
Response Body
curl -X POST "https://loading/{AI_GATEWAY_URL}/bedrock/model-invocation-job/string/stop" \ -H "x-model-provider: string"{
"jobArn": "string",
"status": "string"
}{
"message": "string",
"type": "string"
}{
"message": "string",
"type": "string"
}