Update
Update project settings: rename it, connect or disconnect a repository, or change the production branch. Renaming never changes the slug or the public URL.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The organization's id (UUID) or slug — either form is accepted.
The project's id (UUID) or slug — either form is accepted.
Body
New display name, 1-100 characters.
Repository to connect as "owner/repo" — pushes and pull requests there drive deploys and previews. Send null to disconnect.
^[A-Za-z0-9_.-]+/[A-Za-z0-9_.-]+$Production branch for push-to-deploy, 1-100 characters.
Response
The updated project.
^[a-z][a-z0-9-]{1,61}$scale-to-zero, always-on Where the app runs: a compute region id for always-on apps, "global" for scale-to-zero apps (they run on the global edge). Immutable after creation. The catalog lives at regions.list.
Connected repository as "owner/repo" — pushes and pull requests there drive deploys and previews; null when no repository is connected.
Production branch — pushes to it deploy automatically.
Public URL on the managed domain ("https://.korve.app").