Skip to main content
POST
/
v1
/
rollback
Rollback Agent
curl --request POST \
  --url https://api.example.com/v1/rollback \
  --header 'Content-Type: application/json' \
  --data '
{
  "agent_id": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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.

Body

application/json
agent_id
string
required

Response

SSE stream