gcloud network-connectivity internal-ranges delete

NAME
gcloud network-connectivity internal-ranges delete - delete an internal range
SYNOPSIS
gcloud network-connectivity internal-ranges delete(INTERNAL_RANGE :--region=REGION)[--async][GCLOUD_WIDE_FLAG]
DESCRIPTION
Delete the specified internal range.
EXAMPLES
Delete an internal range namedmy-range:
gcloudnetwork-connectivityinternal-rangesdeletemy-range
POSITIONAL ARGUMENTS
Internal range resource - Name of the internal range to be deleted. Thearguments in this group can be used to specify the attributes of this resource.(NOTE) Some attributes are not given arguments in this group but can be set inother ways.

To set theproject attribute:

  • provide the argumentinternal_range on the command line with afully specified name;
  • provide the argument--project on the command line;
  • set the propertycore/project.

This must be specified.

INTERNAL_RANGE
ID of the internal range or fully qualified identifier for the internal range.

To set theinternal_range attribute:

  • provide the argumentinternal_range on the command line.

This positional argument must be specified if any of the other arguments in thisgroup are specified.

--region=REGION
The location ID.To set theregion attribute:
  • provide the argumentinternal_range on the command line with afully specified name;
  • provide the argument--region on the command line;
  • use default global location .
FLAGS
--async
Return immediately, without waiting for the operation in progress to complete.
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.

API REFERENCE
This command uses thenetworkconnectivity/v1 API. The fulldocumentation for this API can be found at:https://cloud.google.com/network-connectivity/docs/reference/networkconnectivity/rest
NOTES
This variant is also available:
gcloudalphanetwork-connectivityinternal-rangesdelete

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-09 UTC.