gcloud beta compute url-maps remove-path-matcher

NAME
gcloud beta compute url-maps remove-path-matcher - remove a path matcher from a URL map
SYNOPSIS
gcloud beta compute url-maps remove-path-matcherURL_MAP--path-matcher-name=PATH_MATCHER_NAME[--global    |--region=REGION][GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA)gcloud beta compute url-mapsremove-path-matcher is used to remove a path matcher from a URL map. Whena path matcher is removed, all host rules that refer to the path matcher arealso removed.
EXAMPLES
To remove the path matcher namedMY-MATCHERfrom the URL map namedMY-URL-MAP, you canuse this command:
gcloudbetacomputeurl-mapsremove-path-matcherMY-URL-MAP--path-matcher-name=MY-MATCHER
POSITIONAL ARGUMENTS
URL_MAP
Name of the URL map to operate on.
REQUIRED FLAGS
--path-matcher-name=PATH_MATCHER_NAME
The name of the path matcher to remove.
OPTIONAL FLAGS
At most one of these can be specified:
--global
If set, the URL map is global.
--region=REGION
Region of the URL map to operate on. If not specified, you might be prompted toselect a region (interactive mode only).

To avoid prompting when this flag is omitted, you can set thecompute/region property:

gcloudconfigsetcompute/regionREGION

A list of regions can be fetched by running:

gcloudcomputeregionslist

To unset the property, run:

gcloudconfigunsetcompute/region

Alternatively, the region can be stored in the environment variableCLOUDSDK_COMPUTE_REGION.

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 beta and might change without notice. Thesevariants are also available:
gcloudcomputeurl-mapsremove-path-matcher
gcloudalphacomputeurl-mapsremove-path-matcher

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-05-07 UTC.