DragonFly On-Line Manual Pages

Search: Section:  


GCLOUD COMPUTE URL-MAPS REMOVE-PATH-MATCHER(1)

NAME

gcloud_compute_url-maps_remove-path-matcher - remove a path matcher from a URL map

SYNOPSIS

gcloud compute url-maps remove-path-matcher NAME [--format FORMAT] [--help] --path-matcher-name PATH_MATCHER_NAME [--project PROJECT_ID] [--quiet, -q] [-h]

DESCRIPTION

gcloud compute url-maps remove-path-matcher is used to remove a path matcher from a URL map. When a path matcher is removed, all host rules that refer to the path matcher are also removed.

POSITIONAL ARGUMENTS

NAME The name of the URL map.

FLAGS

--path-matcher-name PATH_MATCHER_NAME The name of the path matcher to remove. GLOBAL FLAGS --format FORMAT Specify a format for printed output. By default, a command-specific human-friendly output format is used. Setting this flag to one of the available options will serialize the result of the command in the chosen format and print it to stdout. Supported formats are: json, text, yaml. --help Display detailed help. --project PROJECT_ID The Google Cloud Platform project name to use for this invocation. If omitted then the current project is assumed. --quiet, -q Disable all interactive prompts when running gcloud commands. If input is required, defaults will be used, or an error will be raised. -h Print a summary help and exit.

EXAMPLES

To remove the path matcher named MY-MATCHER from the URL map named MY-URL-MAP, you can use this command: $ gcloud compute url-maps remove-path-matcher MY-URL-MAP \ --path-matcher MY-MATCHER

NOTES

This command is in the Google Cloud SDK compute component. See installing components if it is not installed. GCLOUD COMPUTE URL-MAPS REMOVE-PATH-MATCHER(1)

Search: Section: