zooid logout
Removes stored authentication tokens for the current server or all servers.
npx zooid logout [options]Arguments
Section titled “Arguments”None.
Options
Section titled “Options”| Option | Description |
|---|---|
--all | Log out of all servers |
Examples
Section titled “Examples”# Log out of the current servernpx zooid logout
# Log out of all serversnpx 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).