Remove an engine - Remove an engine by running the relevant command, depending on your operating system. - Administrator Guide - Cortex XSIAM - Cortex CLOUD - Cortex - Security Operations

Cortex Cloud Posture Management Documentation

Product
Cortex Cloud Application Security > Cortex CLOUD
License
Cloud Posture Management
Creation date
2025-01-22
Last date published
2026-06-10
Category
Administrator Guide
Abstract

Remove an engine by running the relevant command, depending on your operating system.

You can remove an engine when it is no longer needed.

  • Run one of the following commands according to your operating system:

    Installation

    Command

    RPM

    Get the full package: rpm -qa | grep -i ^d1_*

    Remove the package: rpm -evv d1_ <package name>

    DEB

    Get the full package: dpkg-query -W -f='${Package}' d1_*

    Remove the package: dpkg --purge <package name>

    SH

    Remove an Engine: sudo <engine-file-path> -- -purge