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.
Path parameters
Project identifier.
Endpoint identifier.
Rollout identifier.
Request body
Response
OK
Changes
Changed in 3 of the 14 revisions of this API.13
- ○
added the optional property
status/allOf[DE.RolloutStatus]/condition/allOf[DE.RolloutCondition]/typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
status/allOf[DE.RolloutStatus]/conditionsto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
ROLLOUT_STATE_PAUSINGenum value to thestateresponse property for the response status200response-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○