---
title: "Stop profiler session"
method: DELETE
path: "/api/v1/profiler/sessions/{id}"
tags: ["profiler"]
---

# Stop profiler session

`DELETE /api/v1/profiler/sessions/{id}`

Stops an active profiling session.

## Path parameters

- `id` string, required

## Response `200`

Session stopped.

- ProfilerSessionInfo — unresolved $ref

## Other responses

- `404` — Resource not found.
- `500` — Internal server error.

---

[API](https://skmtc.dev/dotnet/apis/devflow-agent-protocol.md) · [All operations](https://skmtc.dev/dotnet/apis/devflow-agent-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotnet/devflow-agent-protocol/revisions/31dec8eed3de/schema)
