XentrDeveloper Docs
API ReferenceEdges

Start a staged rollout wave (platform owner)

Pushes a version to a deterministic cohort of an (edge_type, channel). Start at a low percent, watch, then promote. The version must be published.

POST
/api/ota/rollouts
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.xentr.ai/api/ota/rollouts" \  -H "Content-Type: application/json" \  -d '{    "edgeType": "xentr-fanuc",    "channel": "stable",    "targetVersion": "0.3.2"  }'
Empty