cURL
curl --request PATCH \ --url https://api.example.com/v1/agents/{agent_id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "version": "<string>", "is_active": true, "config": {}, "metadata": {} } '
{}
Update an agent
Documentation IndexFetch the complete documentation index at: https://docs.charmos.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.charmos.io/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
The response is of type Response Update Agent V1 Agents Agent Id Patch · object.
Response Update Agent V1 Agents Agent Id Patch · object