> ## Documentation Index
> Fetch the complete documentation index at: https://docs.base44.com/llms.txt
> Use this file to discover all available pages before exploring further.

# base44 logout

> Logout from current device and clear stored authentication data.

<Warning>
  This page is part of an AI coding agent skill and is written for agents, not humans. For the human-readable Base44 docs, see the [developer documentation](/developers).
</Warning>

# base44 logout

Logout from current device and clear stored authentication data.

## Syntax

```bash theme={null}
npx base44 logout
```

## Authentication

**Required**: No

## What It Does

* Deletes stored authentication data from your device
* Clears your local session
* Removes access and refresh tokens

## Output

```bash theme={null}
$ npx base44 logout
Logged out successfully
```

## Notes

* You can logout even if you're not currently logged in (no error)
* After logout, you'll need to run `npx base44 login` again to use authenticated commands
* This only affects the current device; your Base44 account remains active
