Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

Uninstall the Twilio CLI


To remove the Twilio CLI from your machine, follow the directions below that correspond to your operating system and the installation method used.


Homebrew

homebrew page anchor

If you installed the Twilio CLI with Homebrew, you can uninstall by using:


_10
brew uninstall twilio

(warning)

Warning

This command may require sudo to execute successfully: sudo /usr/local/lib/twilio-cli/bin/uninstall


To uninstall the Twilio CLI if you installed using Scoop, use:


_10
scoop uninstall twilio


apt

apt page anchor

If you installed the Twilio CLI using apt, uninstall using:


_10
apt remove twilio

If you installed using a downloaded .rpm file, you can uninstall it by running:


_10
yum remove twilio
_10
# or
_10
dnf remove twilio

(warning)

Warning

This command may require sudo to execute successfully, for example: sudo yum remove twilio


If you installed the Twilio CLI using a .pkg file, uninstall with the following command:


_10
/usr/local/lib/twilio-cli/bin/uninstall


If you installed the Twilio CLI using a downloaded .exe file, follow these steps to uninstall:

  1. Click Start > Control Panel > Programs > Programs and Features .
  2. Select twilio-cli , and then click Uninstall .

If you elected to use npm to install the Twilio CLI on any platform, then the following command will remove it from your machine:


_10
npm remove -g twilio-cli


Rate this page: