Predictions
Cancel a running prediction
Cancels a running or queued prediction. Returns success message when cancellation completes.
Parameters:
-
projectId(path, required): The project ID. -
predictionId(path, required): The prediction ID to cancel.
POST
Cancel a running prediction
Previous
Change status of one or more predictionsUpdates the status of one or more predictions for a project. May trigger report regeneration for completed predictions.
**Parameters:**
- `projectId` (path, required): The project ID.
- `assets` (body, required): List of Asset objects with prediction IDs and new status values.
Next
Cancel a running prediction