Predictions
Run a prediction
Queues a prediction to run. Validates weather data and queue status before queuing. Export options can be customized.
Parameters:
-
projectId(path, required): The project ID. -
predictionId(path, required): The prediction ID to run. -
expOptions(body, optional): ExportOptions to customize export behavior. If omitted, stored options are used.
POST
Run a prediction
Previous
Cancel a running predictionCancels 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.
Next
Run a prediction