---
title: "Flush all idle browsers in the pool"
method: POST
path: "/browser_pools/{id_or_name}/flush"
tags: ["Browser Pools"]
---

# Flush all idle browsers in the pool

`POST /browser_pools/{id_or_name}/flush`

Destroys all idle browsers in the pool; leased browsers are not affected.

## Path parameters

- `id_or_name` string, required

## Response `204`

Pool flushed successfully

## Other responses

- `401` — Unauthorized – missing or invalid authorization token
- `403` — Forbidden – insufficient permissions or plan
- `404` — Resource not found
- `500` — Internal Server Error

---

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