RolloutService
Pause a rollout
Requests a running or stabilizing rollout to pause and records an optional reason. The response returns the PAUSING snapshot; poll GetRollout until state is PAUSED to confirm the executor has parked.
post/projects/{projectId}/endpoints/{endpointId}/rollouts/{id}/pause
Path parameters
projectIdstring required
Project identifier.
endpointIdstring required
Endpoint identifier.
idstring required
Rollout identifier.
Request body
Response
OK