You can disable the File Server service type. This means that the File Server service endpoint is no longer available and that you can’t create File Server services anymore.

To disable the File Server service type, change the enabled property under fusion.fileserver to false in the config/fusion.common.yml file:

fusion.fileserver:
  # Allows to enable/disable the fileserver service. The default is true.
  enabled: false

Restart LuciadFusion for the change to take effect.

To enable the File Server service type again, change the enabled property to true and restart LuciadFusion.