Internal
Start or abort an in-place rolling rollout (platform admin)
start bumps the deployment's Version IN PLACE and replaces its replicas one at a time; drain, bounded in-flight window, terminate, admit into the freed units, wait ready; so a saturated pool can revise without capacity headroom (which is exactly what blue/green needs and rolling does not). Requires the deployment's rolloutStrategy to be "rolling". The lane lock is held for the campaign's lifetime: create/revise answer 409 while it runs. pause/resume reuse the existing rollout verb. abort stops the campaign and releases the lane; drained victims re-activate on the next reconcile pass (membership heals level-triggered), so abort never leaves a replica out of rotation permanently.
post/v1/admin/inference/deployments/{id}/rolling-rollout
Path parameters
idstring required
Request body
Response
The refreshed deployment