---
title: "Restart User Session"
method: POST
path: "/api/v1/user-sessions/{user_session_id}/restart"
tags: ["user_sessions"]
---

# Restart User Session

`POST /api/v1/user-sessions/{user_session_id}/restart`

Stop a local session process and resume it, even if currently offline.

## Path parameters

- `user_session_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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