Documentation Index

Fetch the complete documentation index at: https://cli.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

deleteCloudCacheManualBackup

Prev Next

Available in VPC

Note

Cloud DB for Cache CLI offers two versions based on the supported DBMS range.

  • deleteCloudCacheManualBackup CLI: Support for Valkey and Redis DBMS
  • deleteCloudRedisManualBackup CLI: Support for Redis DBMS

deleteCloudCacheManualBackup CLI

This section describes the request and response formats for the deleteCloudCacheManualBackup CLI.

Request

Request parameters

Parameter name Required Type Restrictions Description
regionCode No String - Region code
regionCode can be obtained through the getRegionList action.
Default: Select the first Region of the getRegionList search results.
cloudCacheInstanceNo Yes String - Cloud DB for Cache instance number
cloudCacheInstanceNo can be obtained through the getCloudCacheInstanceList action.
fileNameList.N Yes List - Cloud DB for Cache backup file name list
fileName can be obtained through the getCloudCacheBackupDetailList and getCloudCacheManualBackupDetailList actions.
e.g., fileNameList.1=20220315&fileNameList.2=20220322
output No String - Format type of the response result
Options: xml | json
Default: json

Examples

Call examples

ncloud vcache deleteCloudCacheManualBackup --regionCode KR --cloudCacheInstanceNo ***821 --fileNameList 2022****

Response example

{
  "deleteCloudCacheManualBackupResponse": {
    "requestId": "e5a2ba21-beea-4ab5-a5d0-7c8f056a925c",
    "returnCode": "0",
    "returnMessage": "success"
  }
}

<deleteCloudCacheManualBackupResponse>
    <requestId>f293fb65-bdd3-4633-bda2-8d84cd8d7271</requestId>
    <returnCode>0</returnCode>
    <returnMessage>success</returnMessage>
</deleteCloudCacheManualBackupResponse>