Write to stdin
Process Management
Process Stdin
Write raw bytes to a process whose stdin was opened in pipe mode.
POST
Write to stdin
Write raw bytes to a process’s stdin.
The process must be started with
Tensorlake returns
stdin_mode: "pipe" for this endpoint to work.
Write to Stdin
204 No Content when the bytes are accepted.
If stdin was not opened in pipe mode, Tensorlake returns 400 Bad Request. Missing processes return 404 Not Found.
To deliver EOF without killing the process, use Close Process Stdin.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The operating system PID of the process.
Body
application/octet-stream
The body is of type file.
Response
Stdin bytes accepted