Modify Cluster Attributes
Quick Links:
Quick Links:
Renaming the database cluster
curl --include \
--request PATCH \
--user "[email protected]:Mb2.r5oHf-0t" \
--header "Content-Type: application/json" \
--data-binary '{
"metadata": {},
"properties": {
"displayName": "an even better name!",
}
}' \
https://api.ionos.com/databases/postgresql/clusters/498ae72f-411f-11eb-9d07-046c59cc737eResponse
Upgrading the cluster version in-place
Increasing cluster storage size in-place
Scaling a cluster vertically (RAM, CPU)
Scaling a cluster horizontally (replicas)
Setting maintenance windows
Changing the connection
Last updated
Was this helpful?