# gel cloud logout

Forget the stored access token

```cli-synopsis
gel cloud logout [<options>]
```

> Warning: CI users and scripters
> 
> This command is not intended for use in scripting and CI. Instead, to authenticate to your Gel Cloud account, you should generate a secret key in the Gel Cloud UI or by running [gel cloud secretkey create](https://docs.geldata.com/reference/using/cli/gel_cloud/gel_cloud_secretkey/edgedb_cloud_secretkey_create.md#ref-cli-gel-cloud-secretkey-create) and set the `GEL_SECRET_KEY` environment variable to your secret key. Logging out is not necessary.

## Options

`--all-profiles`:
Logout from all Cloud profiles



`--force`:
Force log out from all profiles, even if linked to a project



`--non-interactive`:
Do not ask questions, assume user wants to log out of all profiles not linked to a project



