Update workflow
Update workflow metadata such as name, description, categories, and visibility.
Note: To update the workflow definition (steps), use the version endpoints instead. Locked workflows cannot be modified unless you’re unlocking them.
Documentation Index
Fetch the complete documentation index at: https://docs.eachlabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Path Parameters
Unique workflow identifier
"wf_abc123"
Body
Update workflow metadata. All fields are optional - only provided fields will be updated.
Note: To update the workflow definition (steps), use the version endpoints instead.
Human-readable workflow name
"Text to Image Generator v2"
Detailed description of what the workflow does
"Enhanced image generation with multiple models"
List of category slugs
["image-generation", "ai", "production"]Lock/unlock the workflow from modifications
Mark as production workflow
Response
Workflow updated successfully
Complete workflow information including all versions
Unique workflow identifier
"50741f40-8621-4d46-8a91-dff4d873be98"
Human-readable workflow name
"Text to Image Generator"
Workflow description
"Generates images from text prompts"
URL-friendly workflow identifier
"text-to-image-generator"
Category slugs
["image-generation", "ai"]Whether workflow is locked
false
Whether this is a production workflow
false
Most recently updated version ID
"v2"
Workflow lifecycle status
active, archived, deleted "active"
Total number of times this workflow has been triggered
42
RFC3339 timestamp when workflow was created
"2025-12-01T10:00:00Z"
RFC3339 timestamp when workflow was last updated
"2025-12-07T15:30:00Z"
List of all versions for this workflow