# eggox logout

Forget the login on this machine.

```
eggox logout [--server URL]
```

Removes the saved login for the default server, or for the server named.
If other servers are still logged in, the first of them becomes the
default.

## Examples

```
eggox logout
eggox logout --server https://staging.eggox.net
```

