---
title: "Terminate box"
method: POST
path: "/boxes/{boxId}/terminate"
tags: ["Box"]
---

# Terminate box

`POST /boxes/{boxId}/terminate`

Terminate a running box. This action will stop the box and release its resources.

## Path parameters

- `boxId` string, required

## Request body

- BoxWait — Configuration for box operation waiting behavior
  - `wait` boolean — Wait for the box operation to be completed, default is true

## Response `200`

terminate box success

---

[API](https://skmtc.net/babelcloud/apis/gbox-open-api.md) · [All operations](https://skmtc.net/babelcloud/apis/gbox-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/babelcloud/gbox-open-api/versions/d655577fa915/schema)
