delete-route - Cloud Foundry CLI Reference Guide


이름

delete-route - 라우트 삭제

사용법

Delete an HTTP route: cf delete-route DOMAIN [--hostname HOSTNAME] [--path PATH] [-f] Delete a TCP route: cf delete-route DOMAIN --port PORT [-f]

EXAMPLES

cf delete-route example.com # example.com cf delete-route example.com --hostname myhost # myhost.example.com cf delete-route example.com --hostname myhost --path foo # myhost.example.com/foo cf delete-route example.com --port 5000 # example.com:5000

옵션

-f

확인 없이 삭제 강제 실행

--hostname, -n

Hostname used to identify the HTTP route (required for shared domains)

--path

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

--port

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

다음도 참조

delete-orphaned-routes, routes, unmap-route