Skip to main content
POST
Deploy a GitHub repository to a new Vers project.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body for POST /api/v1/deploy.

repo
string
required

GitHub repository in owner/repo format.

branch
string | null

Git branch to clone (defaults to repo default branch).

name
string | null

Optional project name (defaults to repo name).

settings
null | object

Build/run settings.

Response

Deploy initiated

Response body for POST /api/v1/deploy.

project_id
string<uuid>
required
status
string
required
vm_id
string<uuid>
required