---
title: "POST /cluster"
method: POST
path: "/cluster"
---

# POST /cluster

`POST /cluster`

Create a new cluster. A cluster is a set of redundant Regional endpoints against which you can run API calls to update or get the state of one or more routing controls. Each cluster has a name, status, Amazon Resource Name (ARN), and an array of the five cluster endpoints (one for each supported Amazon Web Services Region) that you can use with API calls to the cluster data plane.

## Request body

- object
  - `ClientToken` string — A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request.
  - `ClusterName` string, required — The name of the cluster.
  - `Tags` object — The tags associated with the cluster.
  - `NetworkType` 'IPV4' | 'DUALSTACK' — <p>The network type of a cluster. NetworkType can be one of the following:</p> <p>IPV4: Cluster endpoints support IPv4 only.</p> <p>DUALSTACK: Cluster endpoints support both IPv4 and IPv6.</p>

## Response `200`

Success

- CreateClusterResponse
  - `Cluster` object — The cluster that was created.
    - `ClusterArn` string — The Amazon Resource Name (ARN) of the cluster.
    - `ClusterEndpoints` ClusterEndpoint[] — <p>Endpoints for a cluster. Specify one of these endpoints when you want to set or retrieve a routing control state in the cluster.</p> <p>To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Routing Control Actions.</p>
      - `Endpoint` string — <p>A cluster endpoint. Specify an endpoint and Amazon Web Services Region when you want to set or retrieve a routing control state in the cluster.</p> <p>To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Routing Control Actions.</p>
      - `Region` string — The Amazon Web Services Region for a cluster endpoint.
    - `Name` string — The name of the cluster.
    - `Status` 'PENDING' | 'DEPLOYED' | 'PENDING_DELETION' — Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
    - `Owner` string — The Amazon Web Services account ID of the cluster owner.
    - `NetworkType` 'IPV4' | 'DUALSTACK' — The network type of the cluster. NetworkType can be one of the following: IPV4, DUALSTACK.

## Other responses

- `480` — ValidationException
- `481` — InternalServerException
- `482` — ServiceQuotaExceededException
- `483` — AccessDeniedException
- `484` — ResourceNotFoundException
- `485` — ThrottlingException
- `486` — ConflictException

---

[API](https://skmtc.net/aws/apis/route53-recovery-control-config.md) · [All operations](https://skmtc.net/aws/apis/route53-recovery-control-config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/route53-recovery-control-config/versions/492813156270/schema)
