To delete IS instances (deletes whole IS instance, not just service):
is_instance.bat delete -Dinstance.name=<instance_name>
instance.bat is located under “\IntegrationServer\instances”
To delete MWS instances (deletes whole MWS instance, not just service):
mws -s <instance_name> delete
mws. bat is located under “\MWS\bin”
If you just want to delete windows service and keep installations, then you can use windows command “SC”:
sc delete [<ServiceName>]
If you want your servers to be controlled or administrated by Command Central then Platform Manager is mandatory.
#webMethods-General#Integration-Server-and-ESB#webMethods