unmap-route - Cloud Foundry CLI Reference Guide


名稱

unmap-route - 從應用程式移除 URL 路徑

用法

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 路徑 (route) 的主機名稱

--path

用來識別 HTTP 路徑 (route) 的路徑 (path)

--port

用來識別 TCP 路徑 (route) 的埠

另請參閱

delete-route, routes