gitpod.v1.ProjectService
UpdateProject
Updates a project's configuration.
Use this method to:
- Modify project settings
- Update environment class
- Change project name
- Configure initializers
- Configure prebuild settings
Examples
-
Update project name:
Changes the project's display name.
projectId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047" name: "New Project Name" -
Enable prebuilds with daily schedule:
Configures prebuilds to run daily at 2 AM UTC.
projectId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047" prebuildConfiguration: enabled: true environmentClassIds: - "b0e12f6c-4c67-429d-a4a6-d9838b5da041" timeout: "3600s" trigger: dailySchedule: hourUtc: 2
post/gitpod.v1.ProjectService/UpdateProject
Request body
Response
Success