XentrDeveloper Docs
API ReferenceEdges

Roll back to previous artifact

Queues a Mender deployment of the previously-installed artifact on this edge. Use for incident response when the health check caught a bad release after the grace period.

POST
/api/edges/{id}/rollback
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Edge UUID

Query Parameters

organizationId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

reason?string

Free-text reason shown in the audit log.

Response Body

curl -X POST "https://api.xentr.ai/api/edges/string/rollback?organizationId=string" \  -H "Content-Type: application/json" \  -d '{}'
Empty