mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Sep 25 09:51:52 UTC 2024
This commit is contained in:
parent
8ebed5b0f1
commit
0a5b6f11af
202 changed files with 9781 additions and 830 deletions
|
|
@ -1,5 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha developer-connect connections delete - delete connections
|
||||
gcloud alpha developer-connect connections delete - delete a single
|
||||
connection
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha developer-connect connections delete
|
||||
|
|
@ -7,12 +8,13 @@ SYNOPSIS
|
|||
[--request-id=REQUEST_ID] [--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete a connection
|
||||
(ALPHA) Delete a single connection.
|
||||
|
||||
EXAMPLES
|
||||
To delete the connection, run:
|
||||
To delete a connection my-comection in location us-central1 run:
|
||||
|
||||
$ gcloud alpha developer-connect connections delete
|
||||
$ gcloud alpha developer-connect connections delete my-connection \
|
||||
--location=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Connection resource - Name of the resource The arguments in this group can
|
||||
|
|
@ -90,5 +92,7 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud beta developer-connect connections delete
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue