Cancel Model Prediction
Cancel a running prediction by ID. Cancellation is best-effort for upstream providers;
not every provider can interrupt work that is already running. When provider
cancellation is supported and succeeds, the Eachlabs execution record is updated
to cancelled; otherwise the original prediction may still complete or fail.
Authorizations
API key passed as an Authorization Bearer token: Authorization: Bearer YOUR_API_KEY
Path Parameters
Prediction ID
Response
Prediction cancellation accepted
Cancellation status returned when the cancellation request succeeds
cancelled "cancelled"
Human-readable cancellation message
"Prediction canceled successfully"
Unique prediction identifier
"abc123-def456-ghi789"