> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-cdn.md).

# cldkctl cdn

The cdn command manages CDN (Content Delivery Network) services for your projects. This command allows you to create, list, and view CDN distributions associated with your projects.

## Usage

```
cldkctl cdn [flags]
cldkctl cdn [command] 
```

## Available command

| command | Description                         |
| ------- | ----------------------------------- |
| create  | Create a new CDN distribution.      |
| delete  | Delete a CDN distribution.          |
| detail  | Show details of a CDN distribution. |
| list    | List CDN distributions.             |

## Flags

{% hint style="info" %}
This command supports[ global flags.](/cloudeka-api-list/global-flags.md) Refer to the Global Flags section for details.
{% endhint %}

| flag       | description               |
| ---------- | ------------------------- |
| -h, --help | Help for the cdn command. |
