> 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-dns.md).

# cldkctl dns

The dns command manages DNS (Domain Name System) services for your projects.This command allows you to create, list, view, and manage DNS zones and DNS records associated with your projects.

## Usage

```
cldkctl dns [flags]
cldkctl dns [command] 
```

## Available command

| Command          | Description                      |
| ---------------- | -------------------------------- |
| check-nameserver | Check nameservers of a DNS zone. |
| create           | Create a new DNS zone.           |
| delete           | Delete a DNS zone.               |
| detail           | Show details of a DNS zone.      |
| list             | List DNS zones.                  |
| record-create    | Add a DNS record.                |
| record-delete    | Delete a DNS record.             |
| record-list      | Manage DNS records.              |
| record-sync      | Sync DNS records.                |
| record-update    | Update a DNS record.             |

## 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 dns command. |

<br>
