replace_flow
Overwrite a Langflow workflow's entire content—name, description, data, and folder—by specifying its flow ID.
Instructions
Replace an entire flow (PUT) with new content. Overwrites name, description, data, and folder for the given flow ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Optional flow data/configuration | |
| name | Yes | New flow name | |
| flow_id | Yes | Flow ID (UUID) to replace | |
| folder_id | No | Optional folder ID (UUID) | |
| description | No | Optional flow description |