---
title: railway logout
description: Logout of your Railway account.
---
Logout of your Railway account and clear stored credentials.

## Usage

```bash
railway logout
```

## Examples

```bash
railway logout
```

This clears your stored authentication token. You'll need to run `railway login` again to use authenticated commands.

## Related

- [railway login](/cli/login)
- [railway whoami](/cli/whoami)