- 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, rungcloud alpha apigee operations describe OPERATION_NAME
. - EXAMPLES
-
To delete an organization called
, run:my-org
gcloud alpha apigee organizations delete my-org
To delete an organization called
, and print only the name of the launched operation, run:my-org
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.
-
provide the argument
-
Organization resource - The trial organization to be deleted. This represents a
Cloud resource.
- 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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-06 UTC.