rename_workflow
Rename a content workflow — change the label shown in the Workflows UI and list_workflows.
Change a workflow's display name. The name is what shows up in the Workflows UI and in list_workflows. Stored verbatim (no trimming). No LLM cost. Group-shared collaborators may rename.
Authentication: Required
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workflowId | string | Yes | The workflow to rename. Get from create_workflow or list_workflows. |
name | string (1–200) | Yes | New display name for the workflow. |
Returns
workflowId, syntheticId, and the name you set.