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

# fly tokens revoke supplied

Revoke the access token supplied by --access-token, FLY\_ACCESS\_TOKEN, or
FLY\_API\_TOKEN, including all tokens in a token bundle. Uses --access-token first,
then FLY\_ACCESS\_TOKEN, then FLY\_API\_TOKEN. An explicitly empty FLY\_ACCESS\_TOKEN
prevents FLY\_API\_TOKEN from being selected.

Use 'fly auth logout' to revoke the access token saved by 'fly auth login'.

Does not clear local configuration or unset environment variables.

## Usage

```
fly tokens revoke supplied [flags]
```

## Options

```
  -h, --help   help for supplied
```

## Global Options

```
  -t, --access-token string   Fly API Access Token
      --debug                 Print additional logs and traces
      --verbose               Verbose output
```

## See Also

* [fly tokens revoke](/flyctl/cmd/fly_tokens_revoke)	 - Revoke tokens
