Use the detachServiceMap command to detach a service map from a local mapping service.
When a service map is detached from the local mapping service, that service map no longer runs when you call to that local mapping service.
The name of a local mapping service, as returned by the createLMService command.
None
None
The example detaches the service map named Route from the local mapping service named StockQuoteService.
Using Jython:
AdminTask.detachServiceMap("StockQuoteService")
'CWSMW0248I: Successfully detached service map "Route" from local mapping service "StockQuoteService".'
Using Jacl:
$AdminTask detachServiceMap StockQuoteService
CWSMW0248I: Successfully detached service map "Route" from local mapping service "StockQuoteService".