21 lines
596 B
YAML
21 lines
596 B
YAML
- help_text:
|
|
brief: Delete a Cloud Build Connection
|
|
description: Delete a Cloud Build Connection.
|
|
examples: |
|
|
To delete Cloud Build connection ``my-conn'' in region ``us-central1'',
|
|
run the following command:
|
|
|
|
$ {command} my-conn --region=us-central1
|
|
|
|
request:
|
|
collection: cloudbuild.projects.locations.connections
|
|
api_version: v2
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Cloud Build connection to delete.
|
|
spec: !REF googlecloudsdk.command_lib.cloudbuild.resources_v2:connection
|
|
|
|
async:
|
|
collection: cloudbuild.projects.locations.operations
|