Required. Name of the Rollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
Request body
The request body contains data with the following structure:
JSON representation
{"overrideDeployPolicy": [string]}
Fields
overrideDeployPolicy[]
string
Optional. Deploy policies to override. Format is projects/{project}/locations/{location}/deployPolicies/{deployPolicy}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-26 UTC."],[[["This webpage details how to cancel a rollout within a specified project, location, delivery pipeline, and release using a POST HTTP request."],["The request URL requires a fully qualified `name` parameter that identifies the rollout using its project, location, delivery pipeline, release, and rollout IDs."],["The request body accepts an optional array of `overrideDeployPolicy` strings that are deploy policies that will be overridden, which are themselves identified by a `projects/{project}/locations/{location}/deployPolicies/{deployPolicy}` path."],["Successfully cancelling a rollout will result in an empty response body."],["Cancelling a rollout requires the `clouddeploy.rollouts.cancel` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]