- NAME
-
- gcloud alpha apigee organizations delete - delete an Apigee organization
- SYNOPSIS
-
-
gcloud alpha apigee organizations deleteORGANIZATION[GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(ALPHA)Delete an Apigee organization.gcloud alpha apigee organizations deletedeletes 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 deletewill 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-orggcloud alpha apigee organizations delete my-orgTo delete an organization called
, and print only the name of the launched operation, run:my-orggcloud 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
organizationattribute:-
provide the argument
ORGANIZATIONon 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 helpfor 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.
gcloud alpha apigee organizations delete
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 2025-05-07 UTC.