---
title: "rebootCloudCacheServerInstance"
slug: "cli-vcache-rebootcloudcacheserverinstance"
tags: ["Cloud DB for Cache", "VPC"]
updated: 2026-06-25T09:10:27Z
published: 2026-06-25T09:10:27Z
canonical: "cli-fin.ncloud-docs.com/cli-vcache-rebootcloudcacheserverinstance"
---
> ## Documentation Index
> Fetch the complete documentation index at: https://cli-fin.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.
# rebootCloudCacheServerInstance
## 개요
Cloud DB for Cache 서버 인스턴스를 재시작합니다.
:::(info) (참고)
Cloud DB for Cache CLI는 지원하는 DBMS 범위에 따라 두 가지 버전을 제공합니다.
* rebootCloudCacheServerInstance CLI: Valkey, Redis DBMS 이용 가능
* rebootCloudRedisServerInstance CLI: Redis DBMS 이용 가능
:::
## rebootCloudCacheServerInstance CLI
rebootCloudCacheServerInstance CLI의 요청, 응답 형식을 설명합니다.
### 요청
#### 요청 파라미터
| 파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 |
|----------------------------|-------|--------|-------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| regionCode | No | String | | - 리전 코드
regionCode는 [getRegionList](/docs/cli-vserver-server-common-getregionlist) 액션을 통해서 획득 가능
Default : getRegionList 조회 결과의 첫 번째 리전을 선택 |
| cloudCacheServerInstanceNo | Yes | String | | - 재시작할 Cloud DB for Cache 서버 인스턴스 번호
재시작으로 인한 Data 손실이 발생할 수 있으며, StandAlone 의 경우 모든 Data가 삭제됨.
Cache Cluster 상품에서 Master를 재시작할 경우 failover 후 진행하므로(HA 지원할 경우) 재시작 후 Role 이 변경 됨.
cloudCacheServerInstanceNo는 [getCloudCacheInstanceList](/docs/cli-vcache-getcloudcacheinstancelist) 액션을 통해서 획득 가능 |
| output | No | String | | - 응답 결과의 포맷 타입
Options : xml \| json
Default : json |
### 응답
#### 응답 데이터 타입
- CloudCacheInstanceList 타입
| CloudCacheInstanceList extends CommonResponse |
|------------------------------------------------------------------------------------|
| private Integer totalRows; |
| private List<CloudCacheInstance> cloudCacheInstanceList = new ArrayList<>(); |
| CloudCacheInstance |
|----------------------------------------------------------------------|
| private String cloudCacheInstanceNo; |
| private String cloudCacheServiceName; |
| private String cloudCacheInstanceStatusName; |
| private CommonCode cloudCacheInstanceStatus; |
| private CommonCode cloudCacheInstanceOperation; |
| private String cloudCacheImageProductCode; |
| private String engineVersion; |
| private CommonCode licence; |
| private Integer cloudCachePort; |
| private Boolean isHa; |
| private String cloudCacheServerPrefix; |
| private Boolean isBackup; |
| private Integer backupFileRetentionPeriod; |
| private String backupTime; |
| private String backupSchedule; |
| private String generationCode; |
| private Date createDate; |
| private Integer shardCount; |
| private Integer shardCopyCount; |
| private AccessControlGroupNoList accessControlGroupNoList; |
| private String configGroupNo; |
| private String configGroupName; |
| private CommonCode role; |
| private List<CloudCacheInstance> cloudCacheServerInstanceList; |
| AccessControlGroupNoList |
|--------------------------------------------------------------------------|
| private List<String> accessControlGroupNoList = new ArrayList<>(); |
| CloudCacheServerInstance |
|-------------------------------------------------------|
| private String cloudCacheServerInstanceNo; |
| private String cloudCacheServerName; |
| private CommonCode cloudCacheServerRole; |
| private String cloudCacheServerInstanceStatusName; |
| private CommonCode cloudCacheServerInstanceStatus; |
| private CommonCode cloudCacheServerInstanceOperation; |
| private String cloudCacheProductCode; |
| private String regionCode; |
| private String zoneCode; |
| private String vpcNo; |
| private String subnetNo; |
| private String privateDomain; |
| private Integer cpuCount; |
| private Long memorySize; |
| private Long osMemorySize; |
| private Date uptime; |
| private Date createDate; |
| private String slotName; |
### 예시
#### 호출 예시
```
ncloud vcache rebootCloudCacheServerInstance --regionCode FKR --cloudCacheServerInstanceNo ***821
```
#### 응답 예시
```xml
f88759fb-fced-43fa-8d2d-ae415250adb6
0
success
1
2192***
dsd***
shuttingDown
CREAT
CLOUD DATABASE(VPC) Created State
NULL
CLOUD DATABASE(VPC) Null OP
SW.VRDS.OS.LNX64.ROCKY.0810.VALKY.B050
CACHE 4.0.14
BSD
Berkeley Software Distribution
6379
false
false
01:00
1
AUTO
dsaj****
CLUSTER
CLOUD CACHE(VPC) Cluster Role
2022-02-21T14:58:44+0900
14704
3
0
4**
ffsd***
G2
2192***
dsajc***-001-001-rm1
M
Master
shuttingDown
RUN
CLOUD DATABASE(VPC) Server Running State
STOP
CLOUD DATABASE(VPC) Server Stop OP
SVR.VRDS.STAND.C004.M001.NET.SSD.B050.G002
FKR
16**
55**
cachec-****.vpc-cdb.ntruss.com
4
1610612736
2147483648
2022-02-21T15:11:52+0900
2022-02-21T14:58:44+0900
0-5460
2192***
dsajc***-002-001-rm2
M
Master
running
RUN
CLOUD DATABASE(VPC) Server Running State
NOOP
CLOUD DATABASE(VPC) Server Null OP
SVR.VRDS.STAND.C004.M001.NET.SSD.B050.G002
FKR
16**
55**
cachec-****.vpc-cdb.ntruss.com
4
1610612736
2147483648
2022-02-21T15:11:52+0900
2022-02-21T14:58:44+0900
5461-10922
2192***
dsaj***-003-001-rm3
M
Master
running
RUN
CLOUD DATABASE(VPC) Server Running State
NOOP
CLOUD DATABASE(VPC) Server Null OP
SVR.VRDS.STAND.C004.M001.NET.SSD.B050.G002
FKR
16**
55**
cachec-****.vpc-cdb.ntruss.com
4
1610612736
2147483648
2022-02-21T15:11:52+0900
2022-02-21T14:58:44+0900
10923-16383
```
## rebootCloudRedisServerInstance CLI
rebootCloudRedisServerInstance CLI의 요청, 응답 형식을 설명합니다.
### 요청
#### 요청 파라미터
| 파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 |
|----------------------------|-------|--------|-------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| regionCode | No | String | | - 리전 코드
regionCode는 [getRegionList](/docs/cli-vserver-server-common-getregionlist) 액션을 통해서 획득 가능
Default : getRegionList 조회 결과의 첫 번째 리전을 선택 |
| cloudRedisServerInstanceNo | Yes | String | | - 재시작할 Cloud DB for Cache 서버 인스턴스 번호
재시작으로 인한 Data 손실이 발생할 수 있으며, StandAlone 의 경우 모든 Data가 삭제됨
Cluster 상품에서 Master를 재시작할 경우 failover 후 진행하므로(HA 지원할 경우) 재시작 후 Role 이 변경됨
cloudRedisServerInstanceNo는 [getCloudCacheInstanceList](/docs/cli-vcache-getcloudcacheinstancelist) 액션을 통해서 획득 가능 |
| output | No | String | | - 응답 결과의 포맷 타입
Options : xml \| json
Default : json |
### 응답
#### 응답 데이터 타입
- CloudRedisInstanceList 타입
| CloudRedisInstanceList extends CommonResponse |
|------------------------------------------------------------------------------------|
| private Integer totalRows; |
| private List<CloudRedisInstance> cloudRedisInstanceList = new ArrayList<>(); |
| CloudRedisInstance |
|----------------------------------------------------------------------|
| private String cloudRedisInstanceNo; |
| private String cloudRedisServiceName; |
| private String cloudRedisInstanceStatusName; |
| private CommonCode cloudRedisInstanceStatus; |
| private CommonCode cloudRedisInstanceOperation; |
| private String cloudRedisImageProductCode; |
| private String engineVersion; |
| private CommonCode licence; |
| private Integer cloudRedisPort; |
| private Boolean isHa; |
| private String cloudRedisServerPrefix; |
| private Boolean isBackup; |
| private Integer backupFileRetentionPeriod; |
| private String backupTime; |
| private String backupSchedule; |
| private String generationCode; |
| private Date createDate; |
| private Integer shardCount; |
| private Integer shardCopyCount; |
| private AccessControlGroupNoList accessControlGroupNoList; |
| private String configGroupNo; |
| private String configGroupName; |
| private CommonCode role; |
| private List<CloudRedisInstance> cloudRedisServerInstanceList; |
| AccessControlGroupNoList |
|--------------------------------------------------------------------------|
| private List<String> accessControlGroupNoList = new ArrayList<>(); |
| CloudRedisServerInstance |
|-------------------------------------------------------|
| private String cloudRedisServerInstanceNo; |
| private String cloudRedisServerName; |
| private CommonCode cloudRedisServerRole; |
| private String cloudRedisServerInstanceStatusName; |
| private CommonCode cloudRedisServerInstanceStatus; |
| private CommonCode cloudRedisServerInstanceOperation; |
| private String cloudRedisProductCode; |
| private String regionCode; |
| private String zoneCode; |
| private String vpcNo; |
| private String subnetNo; |
| private String privateDomain; |
| private Integer cpuCount; |
| private Long memorySize; |
| private Long osMemorySize; |
| private Date uptime; |
| private Date createDate; |
| private String slotName; |
### 예시
#### 호출
```
ncloud vredis rebootCloudRedisServerInstance --regionCode FKR --cloudRedisServerInstanceNo ***821
```
#### 응답
```xml
f88759fb-fced-43fa-8d2d-ae415250adb6
0
success
1
2192***
dsd***
shuttingDown
CREAT
CLOUD DATABASE(VPC) Created State
NULL
CLOUD DATABASE(VPC) Null OP
SW.VDBAS.VRDS.LNX64.CNTOS.0703.REDIS.4014.B050
REDIS 4.0.14
BSD
Berkeley Software Distribution
6379
false
false
01:00
1
AUTO
dsaj****
CLUSTER
CLOUD REDIS(VPC) Cluster Role
2022-02-21T14:58:44+0900
14704
3
0
4**
ffsd***
G2
2192***
dsajc***-001-001-rm1
M
Master
shuttingDown
RUN
CLOUD DATABASE(VPC) Server Running State
STOP
CLOUD DATABASE(VPC) Server Stop OP
SVR.VRDS.STAND.C004.M001.NET.SSD.B050.G002
KR
16**
55**
redisc-****.vpc-cdb.ntruss.com
4
1610612736
2147483648
2022-02-21T15:11:52+0900
2022-02-21T14:58:44+0900
0-5460
2192***
dsajc***-002-001-rm2
M
Master
running
RUN
CLOUD DATABASE(VPC) Server Running State
NOOP
CLOUD DATABASE(VPC) Server Null OP
SVR.VRDS.STAND.C004.M001.NET.SSD.B050.G002
KR
16**
55**
redisc-****.vpc-cdb.ntruss.com
4
1610612736
2147483648
2022-02-21T15:11:52+0900
2022-02-21T14:58:44+0900
5461-10922
2192***
dsaj***-003-001-rm3
M
Master
running
RUN
CLOUD DATABASE(VPC) Server Running State
NOOP
CLOUD DATABASE(VPC) Server Null OP
SVR.VRDS.STAND.C004.M001.NET.SSD.B050.G002
KR
16**
55**
redisc-****.vpc-cdb.ntruss.com
4
1610612736
2147483648
2022-02-21T15:11:52+0900
2022-02-21T14:58:44+0900
10923-16383
```