Skip to main content
POST
Disable SSH
Stop the sandbox’s internal SSH server.
This endpoint is normally managed by Tensorlake’s SSH proxy. Most users should disconnect their SSH client or use the CLI instead of calling it directly.
The public sandbox proxy authenticates your API key and injects the internal forwarded-auth headers required by the daemon.

Endpoint

Example Request

Response

Tensorlake returns 200 OK with the updated SSH daemon status:

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

SSH daemon status

enabled
boolean
required
pid
integer<int32> | null
host_key_fingerprint
string | null