Skip to content

Promote a canary rollout

POST
/api/v1/deployments/{id}/promote
curl --request POST \
--url http://localhost:3000/api/v1/deployments/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/promote \
--header 'X-API-Key: <X-API-Key>'

Promotes the canary cohort, progressing the rollout to the remaining devices.

id
required
string format: uuid

Deployment UUID

Canary promoted successfully

Forbidden — caller lacks required permission

Deployment not found