update_pipeline
Update an existing workflow pipeline template by providing its template ID and optionally revising its name, description, or JSON workflow configuration.
Instructions
Update an existing workflow pipeline template. template_id: UUID of the template to update. pipeline_config: Optional updated JSON workflow configuration. name: Optional updated name. description: Optional updated description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| description | No | ||
| template_id | Yes | ||
| pipeline_config | No |