Cancel Model Prediction
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 for authentication
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 June 17, 2026