delete-route - Cloud Foundry CLI Reference Guide |
cf delete-route DOMAIN [--hostname HOSTNAME] [--path PATH] [-f]
Delete a TCP route:
cf delete-route DOMAIN --port PORT [-f]
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
確認を求めずに削除を強制します
HTTP 経路の識別に使用するホスト名
HTTP 経路の識別に使用されるパス
TCP 経路を識別するために使用されるポート