> 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/deka-cdn/update-system-nameservers.md).

# Update system nameservers

Update the system nameservers configuration. Only available to superadmin.

```json
{"openapi":"3.1.1","info":{"title":"Cloudeka AI - API Documentation","version":"1.0.0"},"tags":[{"name":"Deka CDN","description":"API endpoints for Deka CDN (base: /core/cdn)"}],"servers":[{"url":"https://ai.cloudeka.id/"}],"security":[{"BearerAuth":[]}],"components":{"securitySchemes":{"BearerAuth":{"description":"Type 'Bearer ' followed by your JWT token. Example: \"Bearer eyJhbGciOi...\"","type":"apiKey","name":"Authorization","in":"header"}},"schemas":{"ai_cdn__system_setting_use_case.UpsertNameserversResponse":{"type":"object","properties":{"message":{"type":"string"}}},"ai_cdn__system_setting_use_case.NameserversRequest":{"type":"object","properties":{"nameservers":{"type":"array","items":{"type":"string"}}}}}},"paths":{"/core/cdn/v1/system-setting/nameservers":{"post":{"description":"Update the system nameservers configuration. Only available to superadmin.","tags":["Deka CDN","System Setting"],"summary":"Update system nameservers","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_cdn__system_setting_use_case.UpsertNameserversResponse"}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_cdn__system_setting_use_case.UpsertNameserversResponse"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_cdn__system_setting_use_case.NameserversRequest"}}},"description":"Nameservers configuration","required":true}}}}}
```
