Skip to main content
PATCH
/
v1
/
agents
/
{agent_id}
Update Agent
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": {}
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.charmos.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

agent_id
string
required

Body

application/json
name
string | null
version
string | null
is_active
boolean | null
config
Config · object
metadata
Metadata · object

Response

Successful Response

The response is of type Response Update Agent V1 Agents Agent Id Patch · object.