---
title: "Kill all sandboxes for a team"
method: POST
path: "/admin/teams/{teamID}/sandboxes/kill"
tags: ["admin"]
---

# Kill all sandboxes for a team

`POST /admin/teams/{teamID}/sandboxes/kill`

Kills all sandboxes for the specified team

## Path parameters

- `teamID` string, uuid, required

## Response `200`

Successfully killed sandboxes

- AdminSandboxKillResult
  - `killedCount` integer, required — Number of sandboxes successfully killed
  - `failedCount` integer, required — Number of sandboxes that failed to kill

## Other responses

- `401` — Authentication error
- `404` — Not found
- `500` — Server error

---

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