kaiten_update_automation
Update an existing automation in Kaiten by changing its trigger, conditions, actions, name, status, or sort order. Automations of type on_workflow are not supported; use the Workflow API instead.
Instructions
Update an automation in a Kaiten space. Cannot update automations of type 'on_workflow' (use Workflow API instead).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New automation name (max 256 chars) | |
| status | No | Automation status (active or disabled). | |
| actions | No | New action configurations [{type, data}]. See kaiten_create_automation for supported action types. | |
| trigger | No | New trigger configuration {type, data}. See kaiten_create_automation for supported trigger types. | |
| space_id | Yes | Space ID | |
| conditions | No | New conditions configuration {clause, conditions}. See kaiten_create_automation for supported condition types. | |
| sort_order | No | Sort position of the automation within the space. | |
| automation_id | Yes | Automation ID (UUID) |