---
title: "Freeze merges and deploys"
method: POST
path: "/api/v1alpha/freeze"
tags: ["Deployments"]
---

# Freeze merges and deploys

`POST /api/v1alpha/freeze`

Freezes all CI merges and deployments. Returns 409 if already frozen.

## Response `200`

CI frozen

- FreezeResponse
  - `frozen` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - requires MANAGE_CI
- `409` — Already frozen

---

[API](https://skmtc.net/hail-is/apis/hail-ci-service.md) · [All operations](https://skmtc.net/hail-is/apis/hail-ci-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hail-is/hail-ci-service/versions/37d6dddb7b5a/schema)
