Update an existing agent’s configuration.
| Parameter | Type | Description |
|---|---|---|
id | string | Agent UUID |
| Field | Type | Description |
|---|---|---|
name | string | New agent name |
description | string | New description |
configuration | object | Configuration updates |
| Code | Description |
|---|---|
200 | Agent updated successfully |
400 | Invalid request |
401 | Invalid authentication |
403 | AI Agents feature not enabled |
404 | Agent not found |
409 | Agent has running tasks (cannot update) |