---
title: "Keep SSH session alive"
method: POST
path: "/docker/ssh/keepalive"
tags: ["Docker"]
---

# Keep SSH session alive

`POST /docker/ssh/keepalive`

Keeps an active SSH session alive.

## Request body

- object
  - `sessionId` string

## Response `200`

Session keepalive successful.

## Other responses

- `400` — Session ID is required or session not found.

---

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