---
title: "Release all sessions"
method: POST
path: "/v1/sessions/release"
tags: ["Sessions"]
---

# Release all sessions

`POST /v1/sessions/release`

Releases all active sessions for the current organization.

## Query parameters

- `projectId` string, uuid

## Response `200`

Response for releasing multiple sessions.

- ReleaseSessionsResponse — Response for releasing multiple sessions.
  - `message` string, required — Details about the outcome of the release operation
  - `success` boolean, required — Indicates if the sessions were successfully released

## Other responses

- `400` — Response for releasing multiple sessions.
- `500` — An error response from the API
- `503` — An error response from the API

## Changes

- **2026-06-23** `aed9060e4a98` — 1 breaking
  - removed the request body
- **2026-06-16** `7b73b0d57792` — 1 breaking
  - request body became required
- **2026-06-07** `4985d7bcd32f` — 3 info
  - added the new optional `query` request parameter `projectId`
  - added the non-success response with the status `503`
  - added the optional property `linkToDocs` to the response with the `500` status
- **2026-05-22** `39bc3eb693fb` — 2 warning, 1 info
  - removed the optional property `context` from the response with the `400` status
  - removed the optional property `error` from the response with the `400` status
  - added the required property `success` to the response with the `400` status
- **2026-01-08** `97dcad9b050e` — 2 info
  - the response property `context/items/params` became required for the status `400`
  - the response property `context/items/params` became required for the status `500`

[Change history](https://skmtc.dev/steel-dev/apis/steel-api/changes/v1/sessions/release/post.md)

---

[API](https://skmtc.dev/steel-dev/apis/steel-api.md) · [All operations](https://skmtc.dev/steel-dev/apis/steel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/steel-dev/steel-api/revisions/2248d956188a/schema)
