update_sc_agent_task
Update an agent task by specifying its UUID and modifying only the provided fields, including name, description, configuration, or schedule.
Instructions
Update an agent task. Only provided fields change.
Configuration update rules vary by database type.
See create_sc_agent_task for details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent UUID. | |
| task_id | Yes | Task UUID. | |
| name | No | Updated task name. | |
| description | No | Updated description. | |
| configuration | No | Updated config dict or JSON string. | |
| schedule | No | Updated schedule dict or JSON string. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||