FruxonDocs
AgentsExecution Records

Reverts every sandbox this execution mutated back to its pre-run state.

Restores every snapshot in the run group that was taken before this execution started, then deletes those snapshots (a one-shot revert, not a save point). No-op when the execution has no snapshot group (run touched no simulator-routed configs, or revert already ran). Best-effort across configs — a per-snapshot failure is logged but does not block the rest.

POST
/v1/tenants/{tenant}/agents/{agent}/executionRecords/{executionRecord}:revertSandbox
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

agent*string

The agent identifier.

executionRecord*string

The execution identifier.

tenant*string

The tenant identifier

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/agents/string/executionRecords/string:revertSandbox"
Empty
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}