Workflows
Update Workflow
Update an existing workflow
PATCH
Overview
Updates a workflow’s name, description, steps, visibility, or tags. Only the workflow owner can update it. Auth: Accepts either JWT or API key (danube-api-key header).
Path Parameters
The UUID of the workflow to update
Body Parameters
New workflow name (max 128 characters)
New workflow description
Updated list of workflow steps
"private" or "public"Updated tags for discovery
Response
Workflow UUID
Updated workflow name
Updated workflow description
Updated workflow steps
"private" or "public"Updated workflow tags
ISO 8601 update timestamp
Example
MCP Tool
This endpoint is also available as theupdate_workflow MCP tool:
