1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-09 02:55:19 +00:00
gcloud-help/gcloud/alpha/apigee/organizations/delete
2023-05-04 10:43:54 +00:00

57 lines
2 KiB
Text

NAME
gcloud alpha apigee organizations delete - delete an Apigee organization
SYNOPSIS
gcloud alpha apigee organizations delete ORGANIZATION
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete an Apigee organization.
gcloud alpha apigee organizations delete deletes an organization and all
resources inside it. This is currently only supported for trial
organizations.
This is a long running operation. Once organization provisioning has begun,
gcloud alpha apigee organizations delete will exit, returning the
operation's ID and initial status. To continue monitoring the operation,
run gcloud alpha apigee operations describe OPERATION_NAME.
EXAMPLES
To delete an organization called my-org, run:
$ gcloud alpha apigee organizations delete my-org
To delete an organization called my-org, and print only the name of the
launched operation, run:
$ gcloud alpha apigee organizations delete my-org \
--format="value(name)"
POSITIONAL ARGUMENTS
Organization resource - The trial organization to be deleted. This
represents a Cloud resource.
This must be specified.
ORGANIZATION
ID of the organization or fully qualified identifier for the
organization.
To set the organization attribute:
▸ provide the argument ORGANIZATION on the command line.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
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.