unmap-route - Cloud Foundry CLI Reference Guide


이름

unmap-route - Remove a route from an app

사용법

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

옵션

--hostname, -n

HTTP 라우트를 식별하는 데 사용되는 호스트 이름

--path

HTTP 라우트를 식별하는 데 사용되는 경로

--port

TCP 라우트를 식별하는 데 사용되는 포트

다음도 참조

delete-route, map-route, routes