deleteCloudPostgresqlDatabaseList

Prev Next

Available in VPC

Deleting Cloud DB for PostgreSQL Database

Commands

The text of the command is as follows:

ncloud vpostgresql deleteCloudPostgresqlDatabaseList [regionCode] [cloudPostgresqlInstanceNo] [cloudPostgresqlDatabaseList] [output]

Parameter

The following is a description on parameters.

Parameter Type Requirement status Description Restrictions
regionCode String N Region code
- regionCode can be obtained via the getRegionList action
- Default: selects the first region of the getRegionList search results
-
cloudPostgresqlInstanceNo String Y Cloud DB for PostgreSQL instance number
- cloudPostgresqlInstanceNo can be obtained via the getCloudPostgresqlInstanceList action
-
cloudPostgresqlDatabaseList.N.name List<String> Y The name of Cloud DB for PostgreSQL Database which is to be deleted
- Up to 10 database tasks can be performed at once
- Only English lowercase letters, numbers, and underscore character ( _ ) are allowed, and must start with an English letter
- Min: 1
- Max: 30
output String N Format type of the response result
- options: xml | json
- default: json
-

Examples

Describes examples of recalls and responses.

Recall examples

The following are examples of recalls.

ncloud vpostgresql deleteCloudPostgresqlDatabaseList --regionCode KR --cloudPostgresqlInstanceNo ****890 --cloudPostgresqlDatabaseList "name='pgtest'"

Response examples

The following are examples of responses.

If the response shows that format type (output) is json

{
  "deleteCloudPostgresqlDatabaseListResponse": {
    "requestId": "30355185-ab6f-4b67-a82d-905af39f8d98",
    "returnCode": 0,
    "returnMessage": "success"
  }
}

If the response shows that format type (output) is xml

<deleteCloudPostgresqlDatabaseListResponse>
  <requestId>30355185-ab6f-4b67-a82d-905af39f8d98</requestId>
  <returnCode>0</returnCode>
  <returnMessage>success</returnMessage>
</deleteCloudPostgresqlDatabaseListResponse>