latestOpenAPI 3.1.02026-08-1076186318.8 KB

ab648a80ca4d

Static Site Deployments

Redeploy a static site

post/static-sites/deployments/redeploy

Request body

static_site_idstring uuid required
deployment_idstring uuid

Example request

{
  "static_site_id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
  "deployment_id": "12fb80af-576d-4fdc-ra4f-b596c83f86yv"
}

Response

Deployment created successfully

Example response

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