Run Commands

Create a Project

Learn how to create a new project.

Before You Start #

  • Project names should be less than 51 characters long
  • Project names cannot start with special characters and cannot contain periods (.) at all. Regex example: /^[a-zA-Z0-9-_]+$/.

How to Create a Project #

1. Create a Project #

Tool:

2. Verify Creation #

You can verify that your project has been created by running pachctl list projects or by opening Console (localhost for non-production personal-machine installations) and viewing the home page.

create and list projects

projects list console