MCP Server Replicate

by gerred
Verified

cancel_prediction

Stop an ongoing prediction on MCP Server Replicate by specifying the prediction ID. Manage AI model inference tasks efficiently with this cancellation feature.

Instructions

Cancel a running prediction.

Input Schema

NameRequiredDescriptionDefault
prediction_idYes

Input Schema (JSON Schema)

{ "properties": { "prediction_id": { "title": "Prediction Id", "type": "string" } }, "required": [ "prediction_id" ], "title": "cancel_predictionArguments", "type": "object" }
ID: r830bzsk7r