XentrDeveloper Docs
API ReferenceEdges

Promote or halt a rollout wave (platform owner)

Raise staged_percent (1→10→50→100) or set status to halted/completed. The cohort is stable, so promoting only adds boxes.

PATCH
/api/ota/rollouts/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Rollout UUID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PATCH "https://api.xentr.ai/api/ota/rollouts/string" \  -H "Content-Type: application/json" \  -d '{}'
Empty