Google Cloud Deploy · Capability
Google Cloud Deploy API
The Cloud Deploy API provides programmatic access to manage delivery pipelines, targets, releases, and rollouts for continuous delivery workflows on Google Cloud. It supports promoting releases through target environments with approval gates and rollback capabilities.
What You Can Do
GET
Listdeliverypipelines
— Google Cloud Deploy List delivery pipelines
/projects/{projectId}/locations/{location}/deliveryPipelines
POST
Createdeliverypipeline
— Google Cloud Deploy Create a delivery pipeline
/projects/{projectId}/locations/{location}/deliveryPipelines
GET
Getdeliverypipeline
— Google Cloud Deploy Get a delivery pipeline
/projects/{projectId}/locations/{location}/deliveryPipelines/{pipelineId}
PATCH
Updatedeliverypipeline
— Google Cloud Deploy Update a delivery pipeline
/projects/{projectId}/locations/{location}/deliveryPipelines/{pipelineId}
DELETE
Deletedeliverypipeline
— Google Cloud Deploy Delete a delivery pipeline
/projects/{projectId}/locations/{location}/deliveryPipelines/{pipelineId}
GET
Listtargets
— Google Cloud Deploy List targets
/projects/{projectId}/locations/{location}/targets
POST
Createtarget
— Google Cloud Deploy Create a target
/projects/{projectId}/locations/{location}/targets
GET
Listreleases
— Google Cloud Deploy List releases
/projects/{projectId}/locations/{location}/deliveryPipelines/{pipelineId}/releases
POST
Createrelease
— Google Cloud Deploy Create a release
/projects/{projectId}/locations/{location}/deliveryPipelines/{pipelineId}/releases
GET
Listrollouts
— Google Cloud Deploy List rollouts
/projects/{projectId}/locations/{location}/deliveryPipelines/{pipelineId}/releases/{releaseId}/rollouts
POST
Createrollout
— Google Cloud Deploy Create a rollout
/projects/{projectId}/locations/{location}/deliveryPipelines/{pipelineId}/releases/{releaseId}/rollouts
POST
Approverollout
— Google Cloud Deploy Approve a rollout
/projects/{projectId}/locations/{location}/deliveryPipelines/{pipelineId}/releases/{releaseId}/rollouts/{rolloutId}:approve
MCP Tools
listdeliverypipelines
Google Cloud Deploy List delivery pipelines
read-only
idempotent
createdeliverypipeline
Google Cloud Deploy Create a delivery pipeline
getdeliverypipeline
Google Cloud Deploy Get a delivery pipeline
read-only
idempotent
updatedeliverypipeline
Google Cloud Deploy Update a delivery pipeline
deletedeliverypipeline
Google Cloud Deploy Delete a delivery pipeline
idempotent
listtargets
Google Cloud Deploy List targets
read-only
idempotent
createtarget
Google Cloud Deploy Create a target
listreleases
Google Cloud Deploy List releases
read-only
idempotent
createrelease
Google Cloud Deploy Create a release
listrollouts
Google Cloud Deploy List rollouts
read-only
idempotent
createrollout
Google Cloud Deploy Create a rollout
approverollout
Google Cloud Deploy Approve a rollout