> For the complete documentation index, see [llms.txt](https://docs.ionos.com/postgres-sdk-nodejs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/postgres-sdk-nodejs/models/createclusterrequest.md).

# CreateClusterRequest

Request payload with all data needed to create a new PostgreSQL cluster.

## Properties

| Name           | Type                                                                                  | Description | Notes                               |
| -------------- | ------------------------------------------------------------------------------------- | ----------- | ----------------------------------- |
| **metadata**   | [**ClusterMetadata**](/postgres-sdk-nodejs/models/clustermetadata.md)                 |             | \[optional] \[default to undefined] |
| **properties** | [**CreateClusterProperties**](/postgres-sdk-nodejs/models/createclusterproperties.md) |             | \[optional] \[default to undefined] |
