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

# masterskills logout

> Remove this device's credentials.

```bash theme={"dark"}
masterskills logout
```

Deletes the local credentials in `~/.masterskills/config.json`. Installed skills stay on the machine; only the device identity is removed.

<Note>
  Logout is local. To make the token itself unusable — a lost laptop, a leaked CI secret — revoke
  the device in the [panel](/panel/devices), which kills it server-side regardless of what's on
  the machine.
</Note>

To use the machine again, run [`masterskills login`](/cli/login).
