> 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-slb/core-slb-v1-config-backend-create.md).

# /core/slb/v1/config/backend/create

```json
{"openapi":"3.1.1","info":{"title":"Cloudeka AI - API Documentation","version":"1.0.0"},"tags":[{"name":"Deka SLB","description":"API endpoints for Deka SLB (base: /core/slb)"}],"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_slb__response.Response":{"type":"object","properties":{"data":{},"error":{},"message":{"type":"string"},"status":{"type":"boolean"},"statusCode":{"type":"integer"}}},"ai_slb__request.ConfigSlbBackendRequest":{"type":"object","required":["backend_name","balance_algorithm","mode","slb_id","user_id"],"properties":{"adv_check":{"type":"string"},"backend_name":{"type":"string"},"balance_algorithm":{"type":"string"},"forward_for_mode":{"type":"string"},"http_check":{"type":"boolean"},"http_check_method":{"type":"string"},"http_check_uri":{"type":"string"},"http_check_version":{"type":"string"},"mode":{"type":"string"},"old_backend_name":{"type":"string"},"organization_id":{"type":"string"},"origin":{"type":"string","default":"SP"},"port":{"type":"integer"},"project_id":{"type":"string"},"server":{"type":"array","items":{"type":"object","properties":{"http_code_assign":{"type":"integer"},"is_assign_http":{"type":"boolean"},"is_custom":{"type":"boolean"},"old_server_name":{"type":"string"},"server_address":{"type":"string"},"server_max_conn":{"type":"integer"},"server_name":{"type":"string"},"server_port":{"type":"integer"},"server_weight":{"type":"integer"},"slb_config_backend_server_id":{"type":"string"}}}},"slb_config_backend_id":{"type":"string"},"slb_id":{"type":"string"},"slb_instance_name":{"type":"string"},"user_id":{"type":"string"}}}}},"paths":{"/core/slb/v1/config/backend/create":{"post":{"tags":["Deka SLB","SLB Config Backend"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_slb__response.Response"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_slb__response.Response"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_slb__response.Response"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_slb__response.Response"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_slb__request.ConfigSlbBackendRequest"}}},"description":"request","required":true}}}}}
```
