Skip to main content
magliano
Staff
Staff
April 9, 2025

Technical Tip: How to Disable FortiAIOps on FortiManager

  • April 9, 2025
  • 0 replies
  • 258 views
Description

 

This article describes the procedure to disable the FortiAIOps service on FortiManager. FortiAIOps is a Docker-based service, and the steps below explain the procedure to stop and remove it.

 

Scope


FortiManager.

 

Solution

 

Enter the Docker configuration menu by using the following command:

 

config system docker

    set fortiaiops disable

end

 

image (15).png

 

After running the commands, the system will stop and remove the FortiOPS service. The output will display the following:

 

Stopping fortiops
Stopping fortiaiops_fortiaiops_1 ... done
Removing fortiaiops_fortiaiops_1 ... done
Removing network fortiaiops_backend

 

The FortiOPS service will then be successfully disabled.

 

Note: 

Disabling FortiOPS will terminate all related services and remove the associated Docker containers. It is recommended to confirm this action aligns with the operational requirements before proceeding.