ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
cURL
curl --request PATCH \ --url https://api.galileo.ai/v2/projects/{project_id}/runs/{run_id}/insights-settings \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data '{ "insights": { "logstream": { "enabled": false } } }'
{ "insights": { "logstream": { "enabled": false, "start_time": "2023-11-07T05:31:56Z" } }, "run_id": "<string>" }
Successful Response
The response is of type object.
object
Was this page helpful?