Update log stream
render_update_owner_log_streamUpdate the log stream for a workspace, sending logs to a specified endpoint or dropping them. Requires workspace ID and preview action.
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. |