Description
:
Required. The name of the PipelineJobs' parent resource. Format: `projects/{project}/locations/{location}`
Type
:
string
Description
:
Batch cancel PipelineJobs. Firstly the server will check if all the jobs are in non-terminal states, and skip the jobs that are already terminated. If the operation failed, none of the pipeline jobs are cancelled. The server will poll the states of all the pipeline jobs periodically to check the cancellation status. This operation will return an LRO.
Description
:
Required. The name of the PipelineJobs' parent resource. Format: `projects/{project}/locations/{location}`
Location
:
path
Required
:
Yes
Path
:
v1/{+parent}/pipelineJobs:batchDelete
Parameter Order
:
parent
Description
:
Batch deletes PipelineJobs The Operation is atomic. If it fails, none of the PipelineJobs are deleted. If it succeeds, all of the PipelineJobs are deleted.