Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Completed
Categories Compass
Created by Guest
Created on May 23, 2024

deleteMany and updateMany

Add the ability to deleteMany and updateMany. deleteMany should be relatatively easy. It could be added as a simple button to the find and aggeregations views. Update many might be more tricky to resolve. Obviously deleteMany and updateMany could be resolved by using the Mongosh CLI in Compass. Perhaps adding a "send query to CLI"-button could be helpful, so its quick and easy to move an existing query to the CLI and then manually modify it.
  • ADMIN RESPONSE
    Aug 8, 2025
    These features were released in Compass version 1.42.0
  • Attach files
  • Guest
    May 24, 2024
    Hi Rune, I'm excited to share that these features were released in version 1.42.0 of Compass! Below I've linked our documentation to help you get started with these features. Bulk updates: https://www.mongodb.com/docs/compass/current/documents/modify-multiple/ Bulk deletes: https://www.mongodb.com/docs/compass/current/documents/delete-multiple/