open-consul/website/pages/docs/commands/logout.mdx

36 lines
736 B
Plaintext
Raw Normal View History

---
2020-04-07 18:55:19 +00:00
layout: docs
page_title: 'Commands: Logout'
sidebar_title: logout
description: >
2020-04-07 18:55:19 +00:00
The `logout` command will destroy the provided token if it was created from
`consul login`.
---
# Consul Logout
Command: `consul logout`
The `logout` command will destroy the provided token if it was created from
`consul login`.
## Usage
Usage: `consul logout [options]`
-> The token to delete should be specified with the `-token` argument, the
`CONSUL_HTTP_TOKEN` environment variable, the `-token-file` argument, or the
`CONSUL_HTTP_TOKEN_FILE` environment variable.
#### API Options
2020-04-07 18:55:19 +00:00
@include 'http_api_options_client.mdx'
### Examples
Logout and delete a login token.
2020-05-19 18:32:38 +00:00
```shell-session
$ consul logout -token-file 'consul.token'
```