Skip to main content
Glama

Prefect MCP Server

delete_flow

Remove a workflow from Prefect by specifying its unique identifier to declutter your automation environment and manage flow lifecycle.

Instructions

Delete a flow by ID.

Args: flow_id: The flow UUID

Returns: Confirmation message

Input Schema

NameRequiredDescriptionDefault
flow_idYes

Input Schema (JSON Schema)

{ "properties": { "flow_id": { "title": "Flow Id", "type": "string" } }, "required": [ "flow_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