deleteCloudPostgresqlDatabaseList
    • PDF

    deleteCloudPostgresqlDatabaseList

    • PDF

    Article Summary

    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.

    ParameterTypeRequirement statusDescriptionRestrictions
    regionCodeStringNRegion code
    - regionCode can be obtained via the getRegionList action
    - Default: selects the first region of the getRegionList search results
    -
    cloudPostgresqlInstanceNoStringYCloud DB for PostgreSQL instance number
    - cloudPostgresqlInstanceNo can be obtained via the getCloudPostgresqlInstanceList action
    -
    cloudPostgresqlDatabaseList.N.nameList<String>YThe 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
    outputStringNFormat 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>
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.