tlocator:remove - 8.0

Talend ESB Infrastructure Services Configuration Guide

Version
8.0
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Design and Development
Installation and Upgrade
Last publication date
2024-03-13

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