Current section

Files

Jump to
temporal_sdk docs cluster list-0.md
Raw

docs/cluster/list-0.md

Returns a list of names of started clusters.
Example:
<!-- tabs-open -->
### Elixir
```elixir
iex(1)> TemporalSdk.Cluster.list()
[:cluster_1]
```
### Erlang
```erlang
1> temporal_sdk_cluster:list().
[cluster_1]
```
<!-- tabs-close -->