# faros logout

Forget the hub credentials on this machine

Source: https://faros.sh/docs/reference/cli/commands/logout/

<!-- Generated by scripts/sync-cli-docs.py from faroshq/faros docs/cli. Do not edit by hand; run `make sync-cli-docs`. -->

## Synopsis

Delete the cached OIDC tokens for the hub and remove the faros kubeconfig
context (and every faros-\<edge> context created by 'faros connect'). The
hub-side session is untouched; log in again with 'faros login'.

```bash
faros logout [flags]
```

## Options

```text
  -h, --help                 help for logout
      --keep-edge-contexts   Keep the faros-<edge> contexts (they stop working until you log in again)
```

## Inherited options

```text
      --insecure-skip-tls-verify   Skip TLS certificate verification when talking to the hub
      --kubeconfig string          Path to the kubeconfig file (default: $KUBECONFIG, then ~/.kube/config)
```

## See also

- [faros](https://faros.sh/docs/reference/cli/commands/) — faros: an open-source control plane for platform teams
