Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.pathors.com/v1/projects/{projectId}/agent/rollback \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "targetVersion": 123 } '
{ "data": { "version": 123 } }
Restore the agent to a previous version snapshot. Records the rollback as a new version.
Developer key created from the dashboard (Settings → Developer Keys)
The ID of your project
x <= 9007199254740991
OK
Show child attributes