Method: projects.builds.cancel

Cancels a build in progress.

HTTP request

POST https://cloudbuild.googleapis.com/v1/projects/{projectId}/builds/{id}:cancel

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
projectId

string

Required. ID of the project.

Authorization requires the following IAM permission on the specified resource projectId:

  • cloudbuild.builds.update
id

string

Required. ID of the build.

Request body

The request body contains data with the following structure:

JSON representation
{
  "name": string
}
Fields
name

string

The name of the Build to cancel. Format: projects/{project}/locations/{location}/builds/{build}

Response body

If successful, the response body contains an instance of Build.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.