Update workflow
Rename a workflow. name is the only body field this endpoint honors, and unknown keys are ignored.
A real rename regenerates the workflow slug, so any URL that pins the old slug stops resolving.
Note: To update the workflow definition (steps), use the version endpoints instead.
Authorizations
API key passed as Authorization: Bearer <api_key>
Path Parameters
Unique workflow identifier
"wf_abc123"
Body
Rename a workflow. name is the only honored field; unknown keys are ignored.
Note: To update the workflow definition (steps), use the version endpoints instead.
Human-readable workflow name. A real rename regenerates the workflow slug.
"Text to Image Generator v2"
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"
URL-friendly workflow identifier
"text-to-image-generator"
Category slugs
Free-form workflow tags
Whether this is a production workflow
false
Whether the workflow appears in public listings
false
Number of times this workflow has been cloned
3
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