Required. Name of the JobRun. Format must be projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}/jobRuns/{jobRun}.
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 terminate a Job Run within a specified project and location using an HTTP POST request."],["The request requires a specific URL format that includes path parameters for the project, location, delivery pipeline, release, rollout, and job run."],["The request body is optional and allows for overriding deploy policies, with each policy specified by its full resource name string."],["Successful termination of a Job Run results in an empty response body, with no content returned."],["Terminating a Job Run requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `clouddeploy.jobRuns.terminate`."]]],[]]