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.
POST
Cancel Model Prediction
Authorizations
API key passed as Authorization: Bearer <api_key>
Path Parameters
Prediction ID
Response
Prediction cancellation accepted
Cancellation status returned when the cancellation request succeeds
Available options:
cancelled Example:
"cancelled"
Human-readable cancellation message
Example:
"Prediction canceled successfully"
Unique prediction identifier
Example:
"abc123-def456-ghi789"
Last modified on September 9, 2026