Drop a database using the `dropdb` utility.
Section: Database Administration Utilities
Drop database from shell
bash
bash
dropdb -h localhost -U postgres appdbExplanation
See summary for usage details.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Database Administration Utilities