Skip to main content
Glama

Replicate MCP Server

by deepfates

cancel_prediction

Terminate a running prediction by providing its unique ID using the MCP server, allowing efficient management of Replicate's AI model processes.

Instructions

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" }

You must be authenticated.

Other Tools from Replicate MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deepfates/mcp-replicate'

If you have feedback or need assistance with the MCP directory API, please join our Discord server