Skip to main content
POST
/
v1
/
projects
/
{project}
/
plans
/
{plan}
/
planCheckRuns:batchCancel
cURL
curl --request POST \
  --url https://api.example.com/v1/projects/{project}/plans/{plan}/planCheckRuns:batchCancel \
  --header 'Content-Type: application/json' \
  --data '
{
  "parent": "<string>",
  "planCheckRuns": [
    "<string>"
  ]
}
'
{}

Path Parameters

project
string
required

The project id.

plan
string
required

The plan id.

Body

application/json
parent
string
required

The name of the parent of the planChecks. Format: projects/{project}/plans/{plan}

planCheckRuns
string[]

TODO(d): update this API. The planCheckRuns to cancel. Format: projects/{project}/plans/{plan}/planCheckRuns/{planCheckRun}

Response

OK

The response is of type object.