---
title: "Manually deploy a static site"
method: POST
path: "/static-sites/deployments"
tags: ["Static Site Deployments"]
---

# Manually deploy a static site

`POST /static-sites/deployments`

## Request body

- ManualStaticSiteDeploymentBody
  - `static_site_id` string, uuid, required
  - `branch` string

## Response `200`

Deployment created successfully

- ManualStaticSiteDeploymentResponse
  - `deployment` object, required
    - `id` string, uuid, required
    - `status` 'waiting' | 'inProgress' | 'success' | 'failed' | 'cancelled', required

## Other responses

- `401` — No or invalid API key provided to the request
- `500` — Error occurred while creating the deployment

---

[API](https://skmtc.net/sevalla/apis/sevalla-api.md) · [All operations](https://skmtc.net/sevalla/apis/sevalla-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sevalla/sevalla-api/revisions/ab648a80ca4d/schema)
