Link Search Menu Expand Document

Remove the Elastio CLI

The next step when cleaning up the Elastio Deployment is to uninstall or remove the Elastio CLI. This is achieved in the following manner.

Linux

Use the following script to uninstall the Elastio CLI and Elastio Snap:

sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/elastio/elastio-stack/master/scripts/install-elastio.sh) $0" -- -u

Windows

The Elastio CLI can be uninstalled by running the following command in PowerShell to remove the Elastio CLI:

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://repo.assur.io/release/cli/uninstall.ps1'))

Note: This PowerShell command must be run as an administrator.

Lastly, run the following PowerShell command to remove the Elastio CLI drivers:

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://repo.assur.io/release/drivers/uninstall.ps1'))