Update Flowise Flow
flowise_update_flowUpdate an existing Flowise flow with new configuration. Modify name, flow data, public access, or category using the flow ID.
Instructions
Update an existing chatflow or agentflow.
This tool updates the specified flow with new configuration. Only provided fields will be updated.
Args: params: Input containing flow_id and optional fields to update.
Returns: Confirmation of the update with the flow's details.
Examples: - Rename a flow: Use flow_id and name - Update configuration: Use flow_id and flow_data - Make public: Use flow_id and is_public=True
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |