delete-route - Cloud Foundry CLI Reference Guide


NOME

delete-route - Excluir uma rota

USO

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

OPÇÕES

-f

Forçar exclusão sem confirmação

--hostname, -n

Nome do host usado para identificar a rota HTTP

--path

Caminho usado para identificar a rota HTTP

--port

Porta usada para identificar a rota TCP

VEJA TAMBÉM

delete-orphaned-routes, routes, unmap-route