POST
Rollback Agent Version

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string<uuid>
required
version
integer
required

Response

Successful Response

config
AgentConfig · object
required

The whole agent: what it says, which models run it, and what it can do.

A complete definition, not a patch — whatever it omits takes that field's default.

created_at
string<date-time>
required
id
string<uuid>
required
updated_at
string<date-time>
required
created_by
string<uuid> | null
published_at
string<date-time> | null
published_version
integer | null
versions
AgentVersionResponse · object[] | null