> For the complete documentation index, see [llms.txt](https://docs.ionos.com/postgres-sdk-python/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-python/models/patchclusterproperties.md).

# PatchClusterProperties

Properties of the payload to change a cluster.

## Properties

| Name                    | Type                                                                      | Description                                                                   | Notes       |
| ----------------------- | ------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------- |
| **cores**               | **int**                                                                   | The number of CPU cores per instance.                                         | \[optional] |
| **ram**                 | **int**                                                                   | The amount of memory per instance in megabytes. Has to be a multiple of 1024. | \[optional] |
| **storage\_size**       | **int**                                                                   | The amount of storage per instance in megabytes.                              | \[optional] |
| **connections**         | [**list\[Connection\]**](/postgres-sdk-python/models/connection.md)       |                                                                               | \[optional] |
| **display\_name**       | **str**                                                                   | The friendly name of your cluster.                                            | \[optional] |
| **maintenance\_window** | [**MaintenanceWindow**](/postgres-sdk-python/models/maintenancewindow.md) |                                                                               | \[optional] |
| **postgres\_version**   | **str**                                                                   | The PostgreSQL version of your cluster.                                       | \[optional] |
| **instances**           | **int**                                                                   | The total number of instances in the cluster (one master and n-1 standbys).   | \[optional] |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/postgres-sdk-python/models/patchclusterproperties.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
