ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
cURL
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.
Successful Response
The response is of type any.
any
Was this page helpful?