ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
curl --request PUT \
--url https://api.galileo.ai/v2/datasets/{dataset_id}/content \
--header 'Content-Type: application/json' \
--header 'Galileo-API-Key: <api-key>' \
--data '{
"rollback_version": 123
}'
"<any>"
Rollback the content of a dataset to a previous version.
curl --request PUT \
--url https://api.galileo.ai/v2/datasets/{dataset_id}/content \
--header 'Content-Type: application/json' \
--header 'Galileo-API-Key: <api-key>' \
--data '{
"rollback_version": 123
}'
"<any>"
Successful Response
The response is of type any
.
Was this page helpful?