How do I change my project name?

I have created a project, but I made a typo. Can I change the project name? Or do I have to delete and recreate the project completely?

Modify the project name with the CLI

If you accidentally named your project Jedo Mind Tricks, you can modify its name using the Platform.sh CLI:

$ platform project:info title "Jedi Mind Tricks"
Property title set to: Jedi Mind Tricks
Waiting for the activity 3l7j5cn75c3wa (Chad Carlson changed project name to Jedi Mind Tricks):
  [============================]  1 sec (complete)
Activity 3l7j5cn75c3wa succeeded

If you are not in the local project directory, specify the project ID with the --project flag:

$ platform project:info title "Jedi Mind Tricks" --project wiqte7at4yg22

Modify the project name with the management console

From within your project on the management console, click the Settings tab at the top of the page. The next page will show the current project name.

Hover over until the Edit button becomes visible on the right of the page and click it. Update the Project name to Jedi Mind Tricks and then click Save.