tcp-inlet delete
ockam tcp-inlet delete [OPTIONS] [ALIAS]
Delete a TCP Inlet
Arguments
[ALIAS]
(optional)
Delete the inlet with this alias
Options
-
--at [NODE_NAME]
(optional)
Perform the command on the given node -
-y
,--yes
(optional)
Confirm the deletion without prompting -
--all
(optional)
Delete all the TCP Inlets
Examples
# To delete a TCP inlet given its alias on the default node
$ ockam tcp-inlet delete myinlet
# To delete a TCP inlet given its alias on a specific node
$ ockam tcp-inlet delete myinlet --at n1