gitpod.v1.ProjectService

CreateProjectFromEnvironment

Creates a new project using an existing environment as a template.

Use this method to:

  • Clone environment configurations
  • Create projects from templates
  • Share environment setups

Examples

  • Create from environment:

    Creates a project based on existing environment.

    name: "Frontend Project"
    environmentId: "07e03a28-65a5-4d98-b532-8ea67b188048"
    
post/gitpod.v1.ProjectService/CreateProjectFromEnvironment

Request body

environmentIdstring uuid

environment_id specifies the environment identifier

namestring

Response

Success

projectGitpodV1Project — unresolved $ref

Changes