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

## skyhook cluster remove

Remove (unregister) a cluster

### Synopsis

Remove a cluster from Skyhook.

This will unregister the cluster but won't uninstall the agent from the cluster itself.
You should uninstall the Skyhook agent from your cluster before or after this operation.

```
skyhook cluster remove <cluster-name> [flags]
```

### Examples

```
  skyhook cluster remove my-cluster
```

### Options

```
  -h, --help   help for remove
```

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