---
title: "CLI logout command"
sidebarTitle: "Logout"
description: "Use these options when using the `logout` CLI command."
---
Run the command like this:
```bash npm
npx trigger.dev@latest logout
```
```bash pnpm
pnpm dlx trigger.dev@latest logout
```
```bash yarn
yarn dlx trigger.dev@latest logout
```
## Options
The login profile to use. Defaults to `default`.
Override the API URL. Defaults to `https://api.trigger.dev`.
The CLI log level to use. Options are `debug`, `info`, `log`, `warn`, `error`, and `none`. This
does not affect the log level of your trigger.dev tasks. Defaults to `log`.
Opt-out of sending telemetry data.
## Standard options
Shows the help information for the command.