Properties of the payload to change a cluster.
cores
int
The number of CPU cores per instance.
[optional]
ram
The amount of memory per instance in megabytes. Has to be a multiple of 1024.
storage_size
The amount of storage per instance in megabytes.
connections
list[Connection]
display_name
str
The friendly name of your cluster.
maintenance_window
MaintenanceWindow
postgres_version
The PostgreSQL version of your cluster.
instances
The total number of instances in the cluster (one master and n-1 standbys).
Last updated 3 years ago