# Zuplo CLI: Logout

<CliCommand
  command="logout"
  description="Logs the current user out if logged in"
  examples={[
  [
    "$0 logout",
    "Remove locally stored Zuplo credentials"
  ]
]}
  usage="$0 logout"
>

</CliCommand>

## Global options

The following global options are available for all commands:

- [`--help`](./global-options.mdx#help)
- [`--api-key`](./global-options.mdx#api-key)
