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.
Authorization
bearer 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
Revoke a device (staff only)
Marks the device as decommissioned / stolen / compromised / rotated and revokes all active OpCerts. CRL picks up the revocation within 5 min.
Rotate an OpCert before expiry (edge-self)
Called by the edge agent ~7 days before OpCert expiry. Must present current cert fingerprint + a fresh CSR.