Skip to content

Put a deleted run back (application owner only)

POST
/v1/runs/{id}/restore
curl --request POST \
--url https://beta-api.plune.ai/v1/runs/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/restore \
--header 'Authorization: Bearer <token>'

Not the same thing as POST /v1/audit/{id}/restore, which rolls back an EDIT to a record that never went away. This resurrects a deleted run together with the queue entries removed with it, and exactly those — anything deleted afterwards stays deleted. Restricted to the owner of the deployment: the account owner already decided to delete, and the six-month window is insurance rather than a working undo. Everyone else gets 404, the run’s own owner included.

id
required
string format: uuid

Restored

Media type application/json
object
id
required
string
restored
required
boolean
Example generated
{
"id": "example",
"restored": true
}

No / invalid token or session

No such deleted run, or the caller does not own the application

Media type application/json
object
error
required
string
Example generated
{
"error": "example"
}

Rate-limited: either the per-route throttle or a tenant quota. Retry-After carries the seconds until the window rolls over.

Media type application/json
object
error
required
string
Example generated
{
"error": "example"
}
Retry-After
integer

Seconds until the window rolls over