ncloud_delete_postgresql_databases
Delete specified databases from a Cloud DB for PostgreSQL instance. Provide instance number, list of database names, and set confirm to true for execution.
Instructions
⚠️ Destructive: Delete databases from a Cloud DB for PostgreSQL instance. Set confirm=true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to actually execute the destructive operation | |
| cloudPostgresqlInstanceNo | Yes | Cloud PostgreSQL instance number | |
| cloudPostgresqlDatabaseList | Yes | List of databases to delete |