Stream Logs

CLI: 1node logs --deployment <id> [--follow]

API:

GET /v1/logs/{deploymentId}

Query Params:

Name
Type
Description

follow

boolean

Stream logs in real time

Response:

· 200: Content is a newline-delimited stream of log lines.

Last updated