PendiumDocs

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

ParameterTypeRequiredDescription
workflowIdstringYesThe workflow to rename. Get from create_workflow or list_workflows.
namestring (1–200)YesNew display name for the workflow.

Returns

workflowId, syntheticId, and the name you set.

On this page