Close a process stdin pipe and deliver EOF to the process.
Close a process’s stdin pipe and deliver EOF. The process must be started withDocumentation Index
Fetch the complete documentation index at: https://docs.tensorlake.ai/llms.txt
Use this file to discover all available pages before exploring further.
stdin_mode: "pipe" for this endpoint to work.
204 No Content when stdin is closed.
If stdin was not opened in pipe mode, Tensorlake returns 400 Bad Request. Missing processes return 404 Not Found.