---
title: "calicoctl cluster"
description: "Reference overview of the calicoctl cluster subcommands in Calico Open Source for cluster-wide operations such as diagnostics collection."
product: "Calico Open Source"
version: "3.32 (latest)"
section: "Reference"
canonical_url: "https://docs.tigera.io/calico/latest/reference/calicoctl/cluster/overview"
---

# calicoctl cluster

This section describes the `calicoctl cluster` commands.

Read the [calicoctl Overview](https://docs.tigera.io/calico/latest/reference/calicoctl/overview.md) for a full list of calicoctl commands.

## Displaying the help text for 'calicoctl cluster' commands

Run `calicoctl cluster --help` to display the following help menu for the commands.

```text
Usage:
  calicoctl cluster <command> [<args>...]

    diags            Collect snapshot of diagnostic info and logs related to Calico at the cluster-level.

Options:
  -h --help      Show this screen.

Description:
  Commands for accessing Cluster related information.

  See 'calicoctl cluster <command> --help' to read about a specific subcommand.
```

## Cluster specific commands

Details on the `calicoctl cluster` commands are described in the documents linked below organized by sub command.

- [calicoctl cluster diags](https://docs.tigera.io/calico/latest/reference/calicoctl/cluster/diags.md)
