General Input
Auth

geni logout

Revoke the runner session and remove it from the local machine.

geni logout

Revokes the active runner-session token server-side and deletes the local session file. After running this, geni exec, geni credential, geni integration, etc. will all fail with exit code 78 until the operator runs geni login again.

Output

✓ Session revoked.
✓ Removed ~/.config/geni/runner-session.json

Exit codes

CodeMeaning
0Session revoked and local file removed (or no session existed)
125Network error contacting the server (local file is removed regardless)

On this page