Uninstalling SPARKL

Before you begin

Make sure to stop all nodes before you uninstall SPARKL.
Note: Uninstalling SPARKL does not stop running nodes. Any nodes still running will behave unpredictably after SPARKL is uninstalled.

Procedure

  1. Open a CLI.
  2. Use the sse list command to find all running nodes.
    Tip: You can also use pgrep beam.
  3. Stop all running nodes by executing the sse stop command from their directory.
    Tip: You can also use pkill beam.
  4. Execute the sudo sse uninstall command.

Results

You have uninstalled SPARKL.

Example

sse stop
sse uninstall
-----------------------
Uninstalling SPARKL...
...done.
-----------------------