Update log stream
render_update_owner_log_streamUpdate a Render workspace's log stream to send all resource logs to a specified endpoint or drop them, unless overridden by individual resources.
Instructions
Update log stream. Updates log stream information for the specified workspace. All logs for resources owned by this workspace will be sent to this log stream unless overridden by individual resources. Calls PUT /logs/streams/owner/{ownerId} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | The optional token to authenticate the log stream. | |
| ownerId | Yes | The ID of the workspace to update log stream information for | |
| preview | Yes | Whether to send logs or drop them. | |
| endpoint | No | The endpoint to stream logs to. |