Static Site Deployments
Redeploy a static site
post/static-sites/deployments/redeploy
Request body
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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.