Skip to main content

vers logout

Log out from the Vers platform by removing your stored API key.

Usage

Examples

Successful logout

Already logged out

How it works

The logout command:
  1. Checks for existing API key: Verifies if you’re currently logged in
  2. Removes stored credentials: Clears the API key from local storage
  3. Confirms logout: Shows success message or current login status

What happens after logout

  • Your stored API key is removed from the local machine
  • You’ll need to run vers login again to use authenticated commands
  • No data, projects, or VMs are affected - only local authentication

Use cases

Switch accounts

Security cleanup

Troubleshoot authentication

Error handling

Permission issues

Check operation issues

Prerequisites

  • No special requirements - works whether logged in or not

Common Patterns

Rotate credentials

Clean a shared machine

See Also