kf delete-route

Name

kf delete-route - Delete a Route in the targeted Space

Synopsis

kf delete-route DOMAIN [--hostname HOSTNAME] [--path PATH] [flags]

Examples

  # Delete the Route myapp.example.com
  kf delete-route example.com --hostname myapp
  # Delete a Route on a path myapp.example.com/mypath
  kf delete-route example.com --hostname myapp --path /mypath

Flags

--async
Don't wait for the action to complete on the server before returning
-h, --help
help for delete-route
--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