Stop Microsoft Teams Connector

You can stop Microsoft Teams Connector by using one of the following procedures.

To stop Microsoft Teams Connector

  • Send the Stop service action to the service port.

    http://host:ServicePort/action=Stop

    where:

    host is the host name or IP address of the machine where Microsoft Teams Connector is installed.
    ServicePort is the Microsoft Teams Connector service port (specified in the [Service] section of the configuration file).
  • On Windows, if Microsoft Teams Connector is running as a service, stop Microsoft Teams Connector from the Windows Services dialog box.
  • On Linux, if Microsoft Teams Connector is running as a service, use one of the following commands:

    • On machines that use systemd:

      systemctl stop microsoftteamsconnector

    • On machines that use system V:

      service microsoftteamsconnector stop

  • On Linux, if you started Microsoft Teams Connector with the script start-microsoftteamsconnector.sh, run the script stop-microsoftteamsconnector.sh which is provided in the installation directory.