---
title: "Make an ephemeral chat session permanent"
method: PATCH
path: "/chat/sessions/{session_id}/make-permanent"
tags: ["chat"]
---

# Make an ephemeral chat session permanent

`PATCH /chat/sessions/{session_id}/make-permanent`

## Path parameters

- `session_id` string, required

## Response `200`

Chat session made permanent successfully

## Other responses

- `400` — Invalid session ID format
- `403` — Access denied - only owners can make sessions permanent
- `404` — Chat session not found
- `500` — Internal server error

---

[API](https://skmtc.net/structifyai/apis/structify.md) · [All operations](https://skmtc.net/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/structifyai/structify/versions/1364930b6980/schema)
