Modify Cluster Attributes
Renaming the database cluster
curl --include \
--request PATCH \
--user "[email protected]:Mb2.r5oHf-0t" \
--header "Content-Type: application/json" \
--data-binary '{
"properties": {
"displayName": "an even better name!"
}
}' \
https://api.ionos.com/databases/mongodb/clusters/d02de413-d5af-4104-a6f9-3a3c2766ee61Response
Upgrading the MongoDB version
Scaling a cluster horizontally (Replicas)
Setting maintenance windows
Updating users and roles
Last updated
Was this helpful?