---
title: "nctl get clusters"
diataxis: reference
applies_to:
  product: "nctl"
audience: ["developer","platform-engineer"]
last_updated: 2026-04-16
url: https://docs.nirmata.io/docs/nctl/commands/nctl_get_clusters/
---

## nctl get clusters

Get cluster information

```bash
nctl get clusters [flags]
```text

### Examples

```text

  # List all clusters that are onboarded to Nirmata Control Hub  
  nctl get clusters  

  # Get detailed information about a specific cluster  
  nctl get clusters <cluster-name>  

  # Show additional details about all clusters  
  nctl get clusters --wide  

  # Allow connections to an address with a self-signed or unverified certificate (not recommended)  
  nctl get clusters --insecure

```

### Options

```text
  -h, --help           help for clusters
      --insecure       allow connection to a Nirmata server with a insecure certificate (not recommended)
      --token string   the Nirmata API Login Key (env NIRMATA_TOKEN)
      --url string     the Nirmata server base URL (env NIRMATA_URL)
      --wide           to show extra cluster details
```text

### Options inherited from parent commands

```text
  -v, --v Level   number for the log level verbosity
```

### SEE ALSO

* [nctl get](nctl_get.md)	 - Get Nirmata Control Hub resources


