Replicate MCP Server

cancel_prediction

Cancel a running prediction

Input Schema

NameRequiredDescriptionDefault
prediction_idYesID of the prediction to cancel

Input Schema (JSON Schema)

{ "properties": { "prediction_id": { "description": "ID of the prediction to cancel", "type": "string" } }, "required": [ "prediction_id" ], "type": "object" }