For AI agents: a documentation index is available at https://www.mongodb.com/docs/llms.txt — markdown versions of all pages are available by appending .md to any URL path.
Docs Menu

Update Documents

In MongoDB, an Update operation consists of adding, removing, or modifying fields in one or more documents. This page provides examples.

You can update documents using:

Rate this page