Name
kf unbind-route-service
- Unbind a route service instance from an HTTP route
Synopsis
kf unbind-route-service DOMAIN [--hostname HOSTNAME] [--path PATH] SERVICE_INSTANCE [flags]
Description
Unbinding a route service from an HTTP route causes requests to go straight to the HTTP route, rather than being processed by the route service first.
Examples
kf unbind-route-service company.com --hostname myapp --path mypath myauthservice
Flags
-
--async - Don't wait for the action to complete on the server before returning
-
-h, --help - help for unbind-route-service
-
--hostname= string - Hostname for the route
-
--path= string - URL Path for the route
Inherited flags
These flags are inherited from parent commands.
-
--config= string - Config file (default is $HOME/.kf)
-
--kubeconfig= string - Kubectl config file (default is $HOME/.kube/config)
-
--log-http - Log HTTP requests to stderr
-
--space= string - Space to run the command against. This overrides the currently targeted space

