.. _disable-services: Disable Services ===================================== You can disable the following FindFace Multi services should you no longer need them: * episodes * webhooks * Active Directory * VMS cleanup To do so, open the ``/opt/findface-multi/configs/findface-multi-legacy/findface-multi-legacy.py`` configuration file and modify the ``SERVICES`` section, setting ``False`` for the services that are no longer in use. Restart all FindFace Multi containers. .. code:: sudo vi /opt/findface-multi/configs/findface-multi-legacy/findface-multi-legacy.py # disable unused services to increase # overall system performance in some cases. SERVICES = { "ffsecurity": { "episodes": False, "webhooks": False, "active_directory": False, "vms_cleanup": False, } } .. code:: cd /opt/findface-multi/ sudo docker-compose restart After that, relevant sections will disappear from the web interface. .. note:: A relevant section will remain if there are some entities on it (for example, webhooks on the :guilabel:`Webhooks` tab). However, the service will stop working and generating data.