---
title: "Freeze the enterprise"
method: POST
path: "/api/v2/enterprise/{enterpriseId}/freeze"
tags: ["Enterprise"]
---

# Freeze the enterprise

`POST /api/v2/enterprise/{enterpriseId}/freeze`

## Path parameters

- `enterpriseId` string, required

## Request body

- object
  - `duration` string, number, required — Seconds to freeze the enterpise for

## Response `200`

OK

- Freeze
  - `time` string, date-time — When the freeze started
  - `expires` string, date-time — When the freeze will end
  - `reason` string — The reason the entity was frozen
  - `frozenBy` string — The user that froze the entity
  - `unFrozenBy` string — The user that unfroze the entity

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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