latestOpenAPI 3.1.02026-08-1076186318.8 KB

ab648a80ca4d

Static Site Deployments

Manually deploy a static site

post/static-sites/deployments

Request body

static_site_idstring uuid required
branchstring

Example request

{
  "static_site_id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
  "branch": "main"
}

Response

Deployment created successfully

Example response

{
  "deployment": {
    "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
    "status": "waiting"
  }
}