Available in VPC
Delete the list of My server images.
Syntax
The deleteServerImage syntax is as follows:
./ncloud vserver deleteServerImage \
--serverImageNoList <server-image-no-list> \
[--regionCode <KR|SGN|JPN>] \
[--output <json|xml>]
Options
This section describes the options available when running deleteServerImage.
Required options
The following options are required for deleteServerImage.
| Options | Type | Required | Description |
|---|---|---|---|
--serverImageNoList |
List | Required | Server image number list
|
Common options
For information about the options common to all vserver subcommands, see Server (VPC) options.
Examples
If the server image deletion request is successful, the server image's identification information and termination status are returned.
Command
The command example is as follows:
./ncloud vserver deleteServerImage \
--serverImageNoList 45678901 45678902 \
--regionCode KR \
--output json
Output
The output example is as follows:
{
"deleteServerImageResponse": {
"totalRows": 2,
"serverImageList": [
{
"serverImageNo": "45678902",
"serverImageName": "test-server-image-fromsnap-01",
"serverImageType": {
"code": "SELF",
"codeName": "SELF server image"
},
"serverImageLifeCyclePhase": {
"code": "IN_SERVICE",
"codeName": "In Service"
},
"hypervisorType": {
"code": "KVM",
"codeName": "KVM"
},
"cpuArchitectureType": {
"code": "X86_64",
"codeName": "x86 64bit"
},
"osCategoryType": {
"code": "LINUX",
"codeName": "LINUX"
},
"osType": {
"code": "NAVIX",
"codeName": "NAVIX"
},
"serverImageStatus": {
"code": "TERMT",
"codeName": "NSI TERMINATED state"
},
"serverImageOperation": {
"code": "NULL",
"codeName": "NSI NULL OP"
},
"serverImageStatusName": "terminated",
"shareStatus": {
"code": "NULL",
"codeName": "NSI Share NULL State"
},
"blockStorageMappingList": [
{
"order": 0,
"blockStorageSnapshotInstanceNo": 90123457,
"blockStorageSnapshotName": "test-bootable-snap-01",
"blockStorageSize": 10737418240,
"blockStorageVolumeType": {
"code": "CB1",
"codeName": "Common BlockStorage 1"
},
"iops": 100,
"throughput": 104857600,
"isEncryptedVolume": false
}
],
"sharedLoginIdList": [],
"serverImageProductCode": "SW.VSVR.OS.LNX64.NAVIX.09.G003",
"createDate": "2026-05-14T16:31:28+0900",
"platformCategoryCode": "OS"
},
{
"serverImageNo": "45678901",
"serverImageName": "test-server-image-01",
"serverImageDescription": "Test server image",
"serverImageType": {
"code": "SELF",
"codeName": "SELF server image"
},
"serverImageLifeCyclePhase": {
"code": "IN_SERVICE",
"codeName": "In Service"
},
"hypervisorType": {
"code": "KVM",
"codeName": "KVM"
},
"cpuArchitectureType": {
"code": "X86_64",
"codeName": "x86 64bit"
},
"osCategoryType": {
"code": "LINUX",
"codeName": "LINUX"
},
"osType": {
"code": "NAVIX",
"codeName": "NAVIX"
},
"serverImageStatus": {
"code": "TERMT",
"codeName": "NSI TERMINATED state"
},
"serverImageOperation": {
"code": "NULL",
"codeName": "NSI NULL OP"
},
"serverImageStatusName": "terminated",
"shareStatus": {
"code": "NULL",
"codeName": "NSI Share NULL State"
},
"blockStorageMappingList": [
{
"order": 0,
"blockStorageSnapshotInstanceNo": 90123456,
"blockStorageSnapshotName": "n01234567890abcd",
"blockStorageSize": 10737418240,
"blockStorageVolumeType": {
"code": "CB1",
"codeName": "Common BlockStorage 1"
},
"iops": 100,
"throughput": 104857600,
"isEncryptedVolume": false
}
],
"sharedLoginIdList": [],
"serverImageProductCode": "SW.VSVR.OS.LNX64.NAVIX.09.G003",
"createDate": "2026-05-14T16:25:00+0900",
"platformCategoryCode": "OS"
}
],
"requestId": "6d456789-0123-4567-6789-345678901234",
"returnCode": "0",
"returnMessage": "success"
}
}