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

## skyhook cluster list

List connected clusters

### Synopsis

List all Kubernetes clusters connected to your organization.

Shows cluster status, cloud provider, location, and agent health.

```
skyhook cluster list [flags]
```

### Examples

```
  skyhook cluster list         # List all clusters
  skyhook cluster list --json  # Output as JSON
```

### Options

```
  -h, --help   help for list
      --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 cluster](/cli-reference/skyhook_cluster)	 - Manage Kubernetes clusters
