# faros disconnect

Point kubectl back at the hub workspace

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

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

## Synopsis

Make the faros hub context current again after 'faros connect'. The edge
contexts stay in your kubeconfig for 'kubectl --context faros-\<edge>'.

```bash
faros disconnect [flags]
```

## Options

```text
  -h, --help   help for disconnect
```

## 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
