v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBLLM Observability
Restore an LLM Observability dataset version
Restore a dataset to a previous version. The dataset's current version is bumped, and its records are replaced with the records from the specified prior version.
post/api/v2/llm-obs/v1/{project_id}/datasets/{dataset_id}/restore
Path parameters
project_idstring required
The ID of the LLM Observability project.
dataset_idstring required
The ID of the LLM Observability dataset.
Request body
Example request
{
"data": {
"attributes": {
"dataset_version": 1
},
"id": "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d",
"type": "datasets"
}
}Response
OK