Uninstall twilio-cli
To remove twilio-cli
from your machine, follow the directions below that correspond to your operating system and the installation method used.
Contents
MacOS
homebrew
If you installed twilio-cli
with Homebrew, you can uninstall by using:
brew uninstall twilio
.pkg file
If you installed twilio-cli using a .pkg file, uninstall with the following command:
/usr/local/lib/twilio-cli/bin/uninstall
This command may require sudo
to execute successfully: sudo /usr/local/lib/twilio-cli/bin/uninstall
Windows
scoop
To uninstall twilio-cli
if you installed using Scoop, use:
scoop uninstall twilio
.exe file
If you installed twilio-cli
using a downloaded .exe file, follow these steps to uninstall:
- Click
Start > Control Panel > Programs > Programs and Features
. - Select
twilio-cli
, and then click Uninstall.
Linux
apt
If you installed twilio-cli
using apt, uninstall using:
apt remove twilio
.rpm file
If you installed using a downloaded .rpm file, you can uninstall it by running:
yum remove twilio
# or
dnf remove twilio
This command may require sudo
to execute successfully: sudo yum remove twilio
npm
If you elected to use npm to install twilio-cli
on any platform, then the following command will remove it from your machine:
npm remove -g twilio-cli
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.