Skip to main content
POST
Manage Flow Publication

Authorizations

X-API-Key
string
header
required

Body

application/json
flowPlanId
string | null
required

Existing flow plan id. Use the exact flowPlanId returned by create_flow_plan, list_flow_plans, or get_flow_workspace; do not use the read-only MCP Dynamic Actions flowPlanId here.

action
enum<string>
required

Publication action: publish or unpublish.

Available options:
unknown,
publish,
unpublish
returnWorkspace
boolean
default:true

Include a workspace snapshot in the response.

Response

Tool result.