gcloud_beta_compute_url-maps_remove-path-matcher (1)
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-matcher URL_MAP_NAME --path-matcher-name=PATH_MATCHER_NAME [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta compute url-maps remove-path-matcher is used
POSITIONAL ARGUMENTS
-
- URL_MAP_NAME
-
Name of the URL map to operate on.
REQUIRED FLAGS
-
- --path-matcher-name=PATH_MATCHER_NAME
-
The name of the path matcher to remove.
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
EXAMPLES
To remove the path matcher named MY-MATCHER from the URL map named MY-URL-MAP, you can use this command:
-
$ gcloud beta compute url-maps remove-path-matcher MY-URL-MAP \
--path-matcher MY-MATCHER
NOTES
This command is currently in BETA and may change without notice. These variants are also available:
- $ gcloud compute url-maps remove-path-matcher $ gcloud alpha compute url-maps remove-path-matcher