---
title: "Delete Project from CLI, Add Mongo Database, and Open Source Railway Blog"
date: 2021-10-08T14:00:00.000-07:00
number: 0050
url: https://railway.com/changelog/2021-10-08
---

# Delete Project from CLI, Add Mongo Database, and Open Source Railway Blog

Welcome to the 50th changelog! This week the team was heads down planning a bunch of exciting new features that we will be adding in the upcoming months. However, with the help of our community, we were still able to make a few useful updates to the platform.

## railway delete in CLI

You are now able to delete projects using the Railway CLI. [Thanks TaroballzChen for the suggestion](https://github.com/railwayapp/cli/issues/157)! If you have 2FA enabled on your account you will still need to delete projects through the dashboard so that you can enter the 2FA code.

[Image: Untitled]

## Add Mongo Database

Last week, we added a feature to allow users to switch between Mongo databases. This week, we expanded upon that by allowing users to create custom databases within the Mongo UI on Railway!

[Image: Add database feature in Mongo UI]

## Open Source Railway Blog

When we launched our blog, we had a starter project that allowed users to create a blog exactly like ours. But, over time our blog started getting improvements and we couldn't really keep the starter up-to-date. So, as of today, our blog is [open-source](https://github.com/railwayapp/blog) and the [starter](https://railway.app/new/starters/railway-blog) for the blog on Railway points directly to our official blog!

[Image: Railway blog starter]

## Improvements and Fixes

- Fix issue with Changelog not working due to changes to the Notion API
- railway up a specific directory. [Thanks Sunney-X](https://github.com/railwayapp/cli/pull/156)