Available in VPC
Delete a Cloud DB for MySQL instance.
Syntax
The deleteCloudMysqlInstance syntax is as follows:
./ncloud vmysql deleteCloudMysqlInstance \
--cloudMysqlInstanceNo <instance-no> \
[--regionCode <KR|SGN|JPN>] \
[--output <json|xml>]
Options
This section describes the options available when running deleteCloudMysqlInstance.
Required options
The following options are required for deleteCloudMysqlInstance.
| Options | Type | Required | Description |
|---|---|---|---|
--cloudMysqlInstanceNo |
String | Required | Cloud DB for MySQL instance number
|
Common options
For information about the options common to all vmysql subcommands, see Cloud DB for MySQL (VPC) options.
Examples
If the request to delete a Cloud DB for MySQL instance is successful, the instance's configuration information and termination status are returned.
Command
The command example is as follows:
./ncloud vmysql deleteCloudMysqlInstance \
--cloudMysqlInstanceNo 12345678 \
--regionCode KR \
--output json
Output
The output example is as follows:
{
"deleteCloudMysqlInstanceResponse": {
"totalRows": 1,
"cloudMysqlInstanceList": [
{
"cloudMysqlInstanceNo": "12345678",
"cloudMysqlServiceName": "test-mysql",
"cloudMysqlInstanceStatusName": "deleting",
"cloudMysqlInstanceStatus": {
"code": "DEL",
"codeName": "CLOUD DATABASE (VPC) Deleted status"
},
"cloudMysqlInstanceOperation": {
"code": "DEL",
"codeName": "CLOUD DATABASE(VPC) Delete OP"
},
"cloudMysqlImageProductCode": "SW.VMYSL.OS.LNX64.ROCKY.0810.MYSQL.B050",
"engineVersion": "MYSQL8.0.40",
"license": {
"code": "GPL",
"codeName": "License code - CLOUD DATABASE (VPC)"
},
"cloudMysqlPort": 13306,
"isHa": true,
"isMultiZone": true,
"isBackup": true,
"backupFileRetentionPeriod": 1,
"backupTime": "10:30",
"generationCode": "G2",
"createDate": "2026-06-04T16:50:56+0900",
"accessControlGroupNoList": [
"67890123"
],
"cloudMysqlConfigList": [],
"cloudMysqlServerInstanceList": [
{
"cloudMysqlServerInstanceNo": "34567891",
"cloudMysqlServerName": "testmysql-002-97mk",
"cloudMysqlServerRole": {
"code": "M",
"codeName": "Master"
},
"cloudMysqlServerInstanceStatusName": "deleting",
"cloudMysqlServerInstanceStatus": {
"code": "RUN",
"codeName": "CLOUD DATABASE (VPC) server Running status"
},
"cloudMysqlServerInstanceOperation": {
"code": "DEL",
"codeName": "CLOUD DATABASE (VPC) server Delete OP"
},
"cloudMysqlProductCode": "SVR.VDBAS.HICPU.C004.M008.NET.HDD.B050.G002",
"regionCode": "KR",
"zoneCode": "KR-2",
"vpcNo": "98765432",
"subnetNo": "23456790",
"isPublicSubnet": false,
"privateDomain": "db-1a2b3c.vpc-cdb.ntruss.com",
"privateIp": "10.0.1.6",
"dataStorageType": {
"code": "SSD",
"codeName": "SSD"
},
"isStorageEncryption": false,
"dataStorageSize": 10737418240,
"usedDataStorageSize": 9234180096,
"cpuCount": 4,
"memorySize": 8589934592,
"uptime": "2026-06-04T17:59:21+0900",
"createDate": "2026-06-04T16:50:56+0900"
},
{
"cloudMysqlServerInstanceNo": "34567890",
"cloudMysqlServerName": "testmysql-001-97mj",
"cloudMysqlServerRole": {
"code": "H",
"codeName": "Standby Master"
},
"cloudMysqlServerInstanceStatusName": "deleting",
"cloudMysqlServerInstanceStatus": {
"code": "RUN",
"codeName": "CLOUD DATABASE (VPC) server Running status"
},
"cloudMysqlServerInstanceOperation": {
"code": "DEL",
"codeName": "CLOUD DATABASE (VPC) server Delete OP"
},
"cloudMysqlProductCode": "SVR.VDBAS.HICPU.C004.M008.NET.HDD.B050.G002",
"regionCode": "KR",
"zoneCode": "KR-1",
"vpcNo": "98765432",
"subnetNo": "23456789",
"isPublicSubnet": false,
"privateDomain": "db-1a2b3c.vpc-cdb.ntruss.com",
"privateIp": "10.0.0.6",
"dataStorageType": {
"code": "SSD",
"codeName": "SSD"
},
"isStorageEncryption": false,
"dataStorageSize": 10737418240,
"usedDataStorageSize": 9234180096,
"cpuCount": 4,
"memorySize": 8589934592,
"uptime": "2026-06-04T18:36:03+0900",
"createDate": "2026-06-04T16:50:56+0900"
}
]
}
],
"requestId": "f2a3b4c5-d6e7-8901-fabc-234567890123",
"returnCode": "0",
"returnMessage": "success"
}
}