> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/api-howtos.md).

# API How-Tos

## Quick Links

| [<mark style="color:blue;">**Prerequisites**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/api-howtos/prerequisites.md)                                                       | A list of prerequisites to assure success with an In-Memory DB instance creation. |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------- |
| [<mark style="color:blue;">**Create an In-Memory DB Instance**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/api-howtos/create-in-memory-db-instance.md)                      | Create an In-Memory DB instance.                                                  |
| [<mark style="color:blue;">**Verify the status of an In-Memory DB Instance**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/api-howtos/verify-in-memory-db-instance-status.md) | Verify the status of an In-Memory DB instance.                                    |
| [<mark style="color:blue;">**Connect from Kubernetes**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/api-howtos/connect-in-memory-db-kubernetes.md)                           | Connect to a In-Memory DB instance from your managed Kubernetes cluster.          |
| [<mark style="color:blue;">**Retrieve In-Memory DB Instances**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/api-howtos/retrieve-in-memory-db-instances.md)                   | List all In-Memory DB instances.                                                  |
| [<mark style="color:blue;">**Fetch an In-Memory DB Instance**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/api-howtos/fetch-in-memory-db-instance.md)                        | Fetch a specific In-Memory DB instance.                                           |
| [<mark style="color:blue;">**Modify an In-Memory DB Instance**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/api-howtos/modify-in-memory-db-instance.md)                      | Modify a specific In-Memory DB instance.                                          |
| [<mark style="color:blue;">**Delete an In-Memory DB Instance**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/api-howtos/delete-in-memory-db-instance.md)                      | Delete a specific In-Memory DB instance.                                          |
| [<mark style="color:blue;">**Retrieve an In-Memory DB Snapshot**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/api-howtos/retrieve-in-memory-db-snapshot.md)                  | Retrieve a specific In-Memory DB snapshot.                                        |
| [<mark style="color:blue;">**Retrieve In-Memory DB Snapshots**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/api-howtos/retrieve-in-memory-db-snapshots.md)                   | List all In-Memory DB snapshots.                                                  |
| [<mark style="color:blue;">**Create an In-Memory DB Restore**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/api-howtos/create-in-memory-db-restore.md)                        | Create an In-Memory DB restore.                                                   |
| [<mark style="color:blue;">**Retrieve an In-Memory DB Restore**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/api-howtos/retrieve-in-memory-db-restore.md)                    | Retrieve a specific In-Memory DB restore.                                         |
| [<mark style="color:blue;">**Retrieve In-Memory DB Restores**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/api-howtos/retrieve-in-memory-db-restores.md)                     | Retrieve a list of In-Memory DB restores.                                         |

## Endpoint

A regional endpoint is necessary to interact with the In-Memory DB REST API endpoints. For more information, see the [<mark style="color:blue;">API specification file</mark>](https://api.ionos.com/docs/in-memory-db/v1/).

Currently, IONOS supports the following endpoints for various locations:

* Berlin, Germany: `https://in-memory-db.de-txl.ionos.com/replicasets`
* Frankfurt, Germany: `https://in-memory-db.de-fra.ionos.com/replicasets`
* Logroño, Spain: `https://in-memory-db.es-vit.ionos.com/replicasets`
* London, Great Britain: `https://in-memory-db.gb-lhr.ionos.com/replicasets`
* Newark, United States: `https://in-memory-db.us-ewr.ionos.com/replicasets`
* Las Vegas, United States: `https://in-memory-db.us-las.ionos.com/replicasets`
* Lenexa, United States: `https://in-memory-db.us-mci.ionos.com/replicasets`
* Paris, France: `https://in-memory-db.fr-par.ionos.com/replicasets`

## Examples

The documentation contains `curl` examples, as the tool is available on Windows 10, Linux, and macOS. You can also refer to the following blog posts on the IONOS website that describe how to execute `curl` in [<mark style="color:blue;">Linux</mark>](https://www.ionos.com/digitalguide/server/tools/introduction-to-curl-in-linux) and [<mark style="color:blue;">Windows</mark>](https://www.ionos.com/digitalguide/server/tools/introduction-to-curl-in-windows) systems if you encounter any problems.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cloud/~/revisions/AMiYziCllTKB2y2lmONY/databases/in-memory-db/api-howtos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
