Skip to main content
Glama

Prefect MCP Server

cancel_flow_run

Stop an active workflow execution in Prefect by providing the flow run UUID to terminate the process and free up resources.

Instructions

Cancel a flow run.

Args: flow_run_id: The flow run UUID

Returns: Confirmation message

Input Schema

NameRequiredDescriptionDefault
flow_run_idYes

Input Schema (JSON Schema)

{ "properties": { "flow_run_id": { "title": "Flow Run Id", "type": "string" } }, "required": [ "flow_run_id" ], "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/allen-munsch/mcp-prefect'

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