Docs Menu

Docs HomeAtlas Open Service Broker

Delete an Atlas Cluster

Important

Atlas Open Service Broker is deprecated. Use the MongoDB Atlas Operator instead.

To delete a Atlas cluster, you must have:

  1. The Atlas Open Service Broker installed and

  2. At least one database deployed.

Pass metadata.name from the ServiceInstance YAML file of the replica set or sharded cluster that you want to delete into the following command:

kubectl delete serviceinstances <METADATA.NAME> -n <METADATA.NAMESPACE>
Share Feedback