Skip to main content

supabase projects create

Create a new project.

Flags:

--org-id: Organization ID to create the project in.

--db-password: Database password of the project.

--region: Select a region close to you for the best performance. Allowed values:

  • ap-northeast-1
  • ap-northeast-2
  • ap-south-1
  • ap-southeast-1
  • ap-southeast-2
  • ca-central-1
  • eu-central-1
  • eu-west-1
  • eu-west-2
  • sa-east-1
  • us-east-1
  • us-west-1

--plan: Select a plan that suits your needs. Allowed values: free, pro.

Examples

Usage

supabase projects create my-project --org-id cool-green-pqdr0qc --db-password ******** --region us-east-1