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 路径的主机名

--path

用于识别 HTTP 路径的路径

--port

用于识别 TCP 路径的端口

另请参阅

delete-route, routes