graphql-engine/docs/graphql/manual/hasura-cli/uninstall-hasura-cli.rst

19 lines
417 B
ReStructuredText
Raw Normal View History

Uninstalling the Hasura CLI
===========================
.. contents:: Table of contents
:backlinks: none
:depth: 1
:local:
To uninstall the Hasura CLI you just need to delete the binary file from its installation location.
.. code-block:: bash
# By default, the binary is installed at /usr/local/bin/hasura
$ which hasura
/usr/local/bin/hasura
# use sudo if required
$ rm /usr/local/bin/hasura