---
name: containers-uninstall_cli
title: Uninstalling the stand-alone IBM Cloud CLI
description: Use the following steps to uninstall the stand-alone IBM Cloud&reg; Command Line Interface on specific platforms.
last-updated: 2026-05-01
---

> ## Documentation Index
> The table of contents for this documentation set is at https://cloud.ibm.com/docs/containers?format=markdown
> The index for all IBM Cloud docs is at: https://cloud.ibm.com/docs/llms.txt
> Use these files to discover more information as needed.

# Uninstalling the stand-alone IBM Cloud CLI
{: #uninstall-ibmcloud-cli}

Use the following steps to uninstall the stand-alone IBM Cloud&reg; Command Line Interface on specific platforms.
{: shortdesc}

## Uninstalling on Windows
{: #uninstall-cli-windows}

1. Click the **Start** button, and then select **Control Panel**.
2. In the pop-up window, click **Uninstall a program**.
3. In the pop-up application list, locate **IBM Cloud Command Line Interface**.
4. Right-click **IBM Cloud Command Line Interface**, and select **Uninstall**.
5. The uninstaller is started. Follow the instructions to finish the uninstallation.

## Uninstalling on Linux and macOS
{: #uninstall-cli-linux-macos}

The uninstallation steps are different depending on the version of the CLI that is installed.

1. Check your IBM Cloud CLI version by running the following command:

   ```sh
   ibmcloud -v
   ```
   {: pre}

1. Run the uninstallation commands for your version of the CLI.

   * To uninstall versions `0.9.0` and later, run the following command:

      ```sh
      /usr/local/ibmcloud/uninstall
      ```
      {: pre}

   * To uninstall versions earlier than `0.9.0`, run all of the following commands:

      ```sh
      rm -rf /usr/local/ibmcloud
      ```
      {: pre}

      ```sh
      rm -f /usr/local/bin/ibmcloud
      ```
      {: pre}

      ```sh
      rm -f /usr/local/bin/bluemix
      ```
      {: pre}

      ```sh
      rm -f /usr/local/bin/bx
      ```
      {: pre}

      ```sh
      rm -f /usr/local/bin/ibmcloud-analytics
      ```
      {: pre}

1. Clean up any autocompletion scripts, if you configured them. For more information, see [Enabling shell autocompletion](https://cloud.ibm.com/docs/cli?topic=cli-shell-autocomplete&format=markdown#shell-autocomplete).