---
title: "Abort session"
method: POST
path: "/session/{sessionID}/abort"
---

# Abort session

`POST /session/{sessionID}/abort`

Abort an active session and stop any ongoing AI processing or command execution.

## Path parameters

- `sessionID` string, required

## Query parameters

- `directory` string

## Response `200`

Aborted session

- boolean

## Other responses

- `400` — Bad request
- `404` — Not found

---

[API](https://skmtc.net/cyberstrikeus/apis/cyberstrike.md) · [All operations](https://skmtc.net/cyberstrikeus/apis/cyberstrike/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cyberstrikeus/cyberstrike/versions/4e11f1aed2fd/schema)
