unbind-route-service - Cloud Foundry CLI Reference Guide


NAME

unbind-route-service - Unbind a service instance from an HTTP route

USAGE

cf unbind-route-service DOMAIN [--hostname HOSTNAME] [--path PATH] SERVICE_INSTANCE [-f]

EXAMPLES

cf unbind-route-service example.com --hostname myapp --path foo myratelimiter

ALIAS

urs

OPTIONS

-f

Force unbinding without confirmation

--hostname, -n

Hostname used in combination with DOMAIN to specify the route to unbind

--path

Path used in combination with HOSTNAME and DOMAIN to specify the route to unbind

SEE ALSO

delete-service, routes, services