> 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/network-services/cdn/api-how-tos.md).

# API How-Tos

With CDN APIs, contract administrators, owners, and users with the required permissions can create and manage CDN distributions.

<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>Set User Privileges via the API</strong></mark></td><td>Set required user privileges for a user to create and manage CDN distributions.</td><td><a href="/pages/HwVjNWvqMmWRw0NlY7tR">/pages/HwVjNWvqMmWRw0NlY7tR</a></td></tr><tr><td><mark style="color:blue;"><strong>Create a Distribution</strong></mark></td><td>Create a CDN distribution.</td><td><a href="/pages/OVwYNApVzT08LUcEHPwl">/pages/OVwYNApVzT08LUcEHPwl</a></td></tr><tr><td><mark style="color:blue;"><strong>Retrieve a Distribution</strong></mark></td><td>Using the distribution ID, get all the details of a CDN distribution.</td><td><a href="/pages/8UQfBMIBti3Cg5Y4zudc">/pages/8UQfBMIBti3Cg5Y4zudc</a></td></tr><tr><td><mark style="color:blue;"><strong>Retrieve All Distributions</strong></mark></td><td>Get all the requested CDN distributions details.</td><td><a href="/pages/Oyd2joI8dULuDUkE1j3w">/pages/Oyd2joI8dULuDUkE1j3w</a></td></tr><tr><td><mark style="color:blue;"><strong>Update a Distribution</strong></mark></td><td>Updates the specified CDN distribution.</td><td><a href="/pages/uoM5UeboSH14CHmvXBuE">/pages/uoM5UeboSH14CHmvXBuE</a></td></tr><tr><td><mark style="color:blue;"><strong>Delete a Distribution</strong></mark></td><td>Deletes the specified CDN distribution.</td><td><a href="/pages/txJ8y7kLroJVwCZEFfM2">/pages/txJ8y7kLroJVwCZEFfM2</a></td></tr><tr><td><mark style="color:blue;"><strong>Retrieve All CDN IP Addresses</strong></mark></td><td>Retrieves all CDN IP Addresses.</td><td><a href="/pages/EiwZ3mdZEnHacZbTXovG">/pages/EiwZ3mdZEnHacZbTXovG</a></td></tr></tbody></table>


---

# 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/network-services/cdn/api-how-tos.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.
