tlocator:remove
This command removes the endpoint from the Service Locator. You can use it via the following command:
tlocator:remove [options] serviceName URL
Where:
-
The only option available is --help, that displays this help message.
-
serviceName corresponds to the service name of endpoint to be removed. If the Service name is unique in the Service Locator, it is sufficient to only type the local part of the service name. Command completion is available.
-
URL corresponds to the endpoint address to be removed from the Service Locator. This endpoint will not be tracked / listed any longer.
Example of command:
tlocator:remove
"{http://my.company.com/my-service-namespace}MyServiceName"
http://my.server.com:8040/services/MyServiceName
tlocator:remove MyServiceName
http://another.server.com:8040/services/MyServiceName