Skip to main content
Glama

Prefect MCP Server

by fortunto2

cancel_flow_run

Cancel a specific flow run by providing its ID using the Prefect MCP Server. This action stops ongoing workflows, ensuring efficient management and control over automated processes.

Instructions

Cancel a flow run.

Args: flow_run_id: ID of the flow run to cancel.

Input Schema

NameRequiredDescriptionDefault
flow_run_idYes

Input Schema (JSON Schema)

{ "properties": { "flow_run_id": { "title": "Flow Run Id", "type": "string" } }, "required": [ "flow_run_id" ], "title": "cancel_flow_runArguments", "type": "object" }

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/fortunto2/prefect-mcp-server'

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