> For AI agents: the complete documentation index is at [llms.txt](https://reflex.dev/docs/llms.txt). For a Markdown version, remove the trailing slash from the page URL and append `.md`. The docs home is available at [index.md](http://localhost:3000/docs/index.md).

# Login · Reflex Cloud CLI

## reflex login

Authenticate with experimental Reflex hosting service.


### Usage

```console
$ reflex login [OPTIONS]
```


### Options

* `--loglevel, --log-level [debug|default|info|warning|error|critical]`: The log level to use.
* `--json`: Output logs as machine-readable JSON records.
* `--help`: Show this message and exit.



## reflex logout

Log out of access to Reflex hosting service.


### Usage

```console
$ reflex logout [OPTIONS]
```


### Options

* `--loglevel, --log-level [debug|default|info|warning|error|critical]`: The log level to use.
* `--json`: Output logs as machine-readable JSON records.
* `--help`: Show this message and exit.
