# IONOS Cloud DBaaS MongoDB API

The <code class="expression">space.vars.ionos\_cloud</code> Database as a Service (DBaaS) MongoDB API lets you provision and manage highly available MongoDB clusters, configure backups using point-in-time snapshots, and handle user access and privileges.

## What can I do with the MongoDB APIs?

The MongoDB API lets you manage MongoDB database clusters programmatically by using conventional `HTTP` requests.

You can also use the MongoDB API to:

* Modify cluster attributes.
* Create sharded clusters.
* Enable the BI Connector for analytics.
* Manage user access to clusters.
* Access cluster logs.
* Migrate databases between clusters.
* Restore database clusters from backups.

## Quick Links

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>MongoDB v1 API</strong></mark></td><td>Learn how to manage MongoDB replica set clusters, users, and backups with the MongoDB v1 REST API.</td><td><a href="/pages/5lYI5ILrbAhfy2rzJQR1">/pages/5lYI5ILrbAhfy2rzJQR1</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/cloud/databases/mongodb/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
