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

# Skyhook cluster

## skyhook cluster

Manage Kubernetes clusters

### Synopsis

Manage Kubernetes clusters connected to Skyhook.

```
skyhook cluster [flags]
```

### Examples

```
  skyhook cluster                              # List clusters
  skyhook cluster get my-cluster               # Cluster details
  skyhook cluster connect                      # Connect current kubectl context
  skyhook cluster connect --context my-ctx     # Connect specific context
  skyhook cluster remove my-cluster            # Remove a cluster
```

### Options

```
  -h, --help   help for cluster
      --json   Output as JSON
```

### Options inherited from parent commands

```
      --debug        Enable debug mode (shows full API requests/responses)
  -o, --org string   Organization name
  -v, --verbose      Enable user-friendly verbose output
```

### SEE ALSO

* [skyhook](/cli-reference/skyhook)	 - skyhook is a CLI tool to help you create and manage k8s services
* [skyhook cluster connect](/cli-reference/skyhook_cluster_connect)	 - Connect an existing Kubernetes cluster
* [skyhook cluster get](/cli-reference/skyhook_cluster_get)	 - Show details for a single cluster
* [skyhook cluster list](/cli-reference/skyhook_cluster_list)	 - List connected clusters
* [skyhook cluster remove](/cli-reference/skyhook_cluster_remove)	 - Remove (unregister) a cluster
