Docs Home → Atlas Open Service Broker
Edit an Atlas Cluster
On this page
Important
Atlas Open Service Broker is deprecated. Use the MongoDB Atlas Operator instead.
To modify a deployment's configuration, edit the ServiceInstance resource for a replica set or sharded cluster.
Prerequisites
To edit an Atlas cluster, you must have:
- The Atlas Open Service Broker installed and 
Considerations
When editing an Atlas cluster through the Atlas Open Service Broker, you cannot:
- Edit members of your replica sets. 
- Edit members of a shard in your sharded clusters. 
- Change the cloud service provider of your Atlas cluster. 
Procedure
- Open the - ServiceInstanceYAML file for the replica set or sharded cluster that you want to edit in your preferred text editor.
- Change or add any settings. - You can specify additional cluster settings under the - spec.parameters.clusterkey. These settings correspond to the request body parameters of the Create a Cluster API method.
- Save the - ServiceInstanceYAML file.
- Invoke the following command to update the resource: - kubectl apply -f <SERVICE_INSTANCE>.yaml