Uninstall Firewall Threat Defense Container in Docker Environment
To stop and remove the FTDc container, use the following commands:
docker kill <FTDc container name or ID>
docker rm <FTDc container name or ID>
To remove persistent state that stores configuration and management data, use the following command:
sudo rm -rf ftdc_shared/lina-path ftdc_shared/ngfw-path
![]() Note |
Removing persistent state is required only if you want to perform a fresh deployment. |

Feedback