gcloud compute url-maps remove-path-matcher
NAME
--format
FORMAT
]--help
] --path-matcher-name
PATH_MATCHER_NAME
[--project
PROJECT_ID
]--quiet
, -q
]-h
]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.NAME
--path-matcher-name
PATH_MATCHER_NAME
--format
FORMAT
json
, text
, yaml
.
--help
--project
PROJECT_ID
--quiet
, -q
-h
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
compute
component. See
installing components
if it is not installed.