Remove an Engine - Administrator Guide - 8 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Administrator Guide

Product
Cortex XSOAR
Version
8
Creation date
2024-09-18
Last date published
2025-02-16
Category
Administrator Guide
Solution
Cloud
Retire_Doc
Retiring
Link_to_new_Doc
/r/Cortex-XSOAR/8/Cortex-XSOAR-Cloud-Documentation
Abstract

Remove a Cortex XSOAR engine. Commands vary depending on your operating system.

You can remove a Cortex XSOAR 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