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 Sep 24, 2019

I want to bulk update and bulk delete documents

No description provided
  • ADMIN RESPONSE
    Aug 8, 2025
    This feature is available starting in Compass version 1.42
  • Attach files
  • Guest
    Apr 12, 2023
    This seems like a real no-brainer - and it's a weird omission _especially_ since you allow dropping a collection so it's not like a training wheels thing.
  • Guest
    May 31, 2022
    Its good to give the checkbox against each row and do the bulk delete
  • Guest
    Oct 12, 2021
    I want to post this idea, I am using MongoDB compass, it certainly is easy but it would be so nice to have a check box next to tabular form of results and give them delete in one go for clearing the preprod environment from failed transactions.
  • Guest
    Apr 12, 2021
    @leonid I was expanding upon a previous comment that mentioned the mongosh feature, which can be hard to find in Compass since it's new. I was trying to be helpful to those who may want to use that option until bulk delete is implemented in the GUI. I hope you remember for next time that there are varying levels of Compass users.
  • Guest
    Apr 9, 2021
    There is no point in saying that something can be done via MongoSH/CLI/CLI-like tools. Anything can be done via CLI, but what is the point of having GUI then?
  • Guest
    Apr 9, 2021
    This has been implemented in the embedded mongo shell. Please click on the thin bar at the bottom of Compass UI after you connect that says, ">_MONGOSH BETA". To bulk delete, run the db.collection.deleteOne() or db.collection.deleteMany() command.
  • Guest
    Mar 18, 2021
    They just released a feature that may helps you. at least it solves to me. The terminal (MongoSH) feaure that you can access using the bottom bar.
  • Guest
    Aug 16, 2020
    Please consider to add bulk-delete feature first, because bulk update sounds a bit more complicated to implement than bulk deletion, which should be much easier to add. The Compass app is very useful in the prototyping stage. And when you prototype, you often add a lot of dummy data. Just checking ✔ for such documents and delete them with one click, that will be great.
  • Guest
    Apr 1, 2020
    This is a key feature. Most of my colleagues are using Studio 3T due this this feature.
  • Guest
    Feb 3, 2020
    When I query documents, It would be good to be able to delete them all, instead of having to delete them one by one (very long if you have 100 docs for example)