unmap-route - Cloud Foundry CLI Reference Guide


NOMBRE

unmap-route - Remove a route from an app

USO

Unmap an HTTP route: cf unmap-route APP_NAME DOMAIN [--hostname HOSTNAME] [--path PATH] Unmap a TCP route: cf unmap-route APP_NAME DOMAIN --port PORT

EXAMPLES

cf unmap-route my-app example.com # example.com cf unmap-route my-app example.com --hostname myhost # myhost.example.com cf unmap-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo cf unmap-route my-app example.com --port 5000 # example.com:5000

OPCIONES

--hostname, -n

Nombre de host utilizado para identificar la ruta HTTP

--path

Vía de acceso utilizada para identificar la ruta HTTP

--port

Puerto utilizado para identificar la ruta TCP

VÉASE TAMBIÉN

delete-route, map-route, routes