---
title: "Container 개수 변경"
slug: "analytics-cloudsearch-patchsearchercontainer"
updated: 2026-04-23T08:56:09Z
published: 2026-04-23T09:02:33Z
canonical: "api.ncloud-docs.com/analytics-cloudsearch-patchsearchercontainer"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Container 개수 변경

해당 도메인의 검색용 컨테이너 개수를 변경합니다.

```http
PATCH https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/{name}/container/searcher
```

## 요청<a name="요청"></a>

### 요청 파라미터<a name="요청파라미터"></a>

| 파라미터명 | 필수 여부 | 타입   | 제약 사항 | 설명                                   |
|-------------|-----------|--------|----------|----------------------------------------|
| name      | Yes       | string | | 생성되어져 있는 Domain 이름 |


### 요청 바디<a name="요청바디"></a>


|    필드명    | 필수 여부 | 타입    | 제약 사항                                                                | 설명                             |
|------------|-----------|---------|--------------------------------------------------------------------------|----------------------------------|
| count | Yes       | number | Min:1, Max:4 | 검색용 컨테이너 요청 개수 |


## 응답<a name="응답"></a>


### 응답 Status<a name="응답Status"></a>

|HTTP Status | Desc |
|-------- | ---------------------------- |
|200| OK(생성 완료) |
|400|  Bad Request |
| 401    | Unauthorized                                                   |
|401 | there is no such service          |
|403 | Forbidden                                          |                                                              |
|404 | Not Found                                       |                                                              |
| 500 | Internal Server Error                                                 |                                                              |



## 예시<a name="예시"></a>


### 요청 예시<a name="요청예시"></a>


```http
PATCH /CloudSearch/real/v1/domain/car_beta/container/searcher HTTP/1.1
Host: cloudsearch.apigw.ntruss.com
Content-Type: application/json
x-ncp-iam-access-key: teGTwtcSEGA7fu28BGGi
x-ncp-apigw-signature-v2: R1r2ZoxV4QLK/weuoF8ug3NBQDzoecEVQgMRpZGoRp0=
x-ncp-apigw-timestamp: 1545808031360

{
  "count": 3
}
```

### 응답 예시<a name="응답예시"></a>


```json
{"result":"OK"}
```
