Skip to content

zooid logout

Removes stored authentication tokens for the current server or all servers.

Terminal window
npx zooid logout [options]

None.

OptionDescription
--allLog out of all servers
Terminal window
# Log out of the current server
npx zooid logout
# Log out of all servers
npx zooid logout --all
  • Without --all, only the currently configured server’s tokens are removed.
  • This clears both the Zooid JWT and platform session (if present).