> 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/data-analytics/kafka/api-howtos.md).

# API How-Tos

## 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>Create a Kafka Cluster</strong></mark></td><td>Learn to create a Kafka cluster</td><td><a href="/pages/WdGokNQDkj1CoZJ6o7mV">/pages/WdGokNQDkj1CoZJ6o7mV</a></td></tr><tr><td><mark style="color:blue;"><strong>Retrieve a Kafka Cluster</strong></mark></td><td>Learn to retrieve a Kafka cluster</td><td><a href="/pages/JPnInAabPwxKGy4sXpDH">/pages/JPnInAabPwxKGy4sXpDH</a></td></tr><tr><td><mark style="color:blue;"><strong>List all Kafka Clusters</strong></mark></td><td>Learn to get a list of all your Kafka clusters</td><td><a href="/pages/lPFr1penu8qjHzGlnmNi">/pages/lPFr1penu8qjHzGlnmNi</a></td></tr><tr><td><mark style="color:blue;"><strong>Delete a Kafka Cluster</strong></mark></td><td>Learn to delete a Kafka cluster</td><td><a href="/pages/fjJkecFulmg45oN73onz">/pages/fjJkecFulmg45oN73onz</a></td></tr><tr><td><mark style="color:blue;"><strong>Create a Kafka Topic</strong></mark></td><td>Learn to create new topics in your cluster</td><td><a href="/pages/Oe81gF8UTRaJnpcrJplE">/pages/Oe81gF8UTRaJnpcrJplE</a></td></tr><tr><td><mark style="color:blue;"><strong>List all Kafka Topics</strong></mark></td><td>Get a list of all topics in the cluster</td><td><a href="/pages/xgnN8xIYjiF2UuYxUelu">/pages/xgnN8xIYjiF2UuYxUelu</a></td></tr><tr><td><mark style="color:blue;"><strong>Retrieve a Kafka Topic</strong></mark></td><td>Get detailed information about a specific topic</td><td><a href="/pages/PqC7BkLL77xJpDb3mhXo">/pages/PqC7BkLL77xJpDb3mhXo</a></td></tr><tr><td><mark style="color:blue;"><strong>Delete a Kafka Topic</strong></mark></td><td>Learn to delete a Kafka topic</td><td><a href="/pages/wle035va4O5O3arbOxWV">/pages/wle035va4O5O3arbOxWV</a></td></tr><tr><td><mark style="color:blue;"><strong>List all Kafka Users</strong></mark></td><td>Get a list of the users in the cluster</td><td><a href="/pages/8VrFB8tgVbJNujLfd4gl">/pages/8VrFB8tgVbJNujLfd4gl</a></td></tr><tr><td><mark style="color:blue;"><strong>Retrieve Kafka Cluster User Credentials</strong></mark></td><td>Learn to fetch credentials for your Kafka cluster</td><td><a href="/pages/x04ps2f0HFO38RaJePYl">/pages/x04ps2f0HFO38RaJePYl</a></td></tr><tr><td><mark style="color:blue;"><strong>Configure Access to Kafka Cluster</strong></mark></td><td>Learn to configure access to your Kafka cluster</td><td><a href="/pages/UIiZBJfbDxnUA5R2TCOG">/pages/UIiZBJfbDxnUA5R2TCOG</a></td></tr></tbody></table>

## Endpoints

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


---

# 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/data-analytics/kafka/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.
