Skip to content

Commit 702a66b

Browse files
How to delete a dataset (#67)
1 parent 82a5782 commit 702a66b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

datasets/concepts/datasets.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,15 @@ s2MsiDataset, err := client.Datasets.Get(ctx, "open_data.copernicus.sentinel2_ms
173173
</CodeGroup>
174174

175175
Once you have your dataset object, you can use it to [access available collections](/datasets/concepts/collections) for the dataset.
176+
177+
## Deleting a dataset
178+
179+
Datasets can be deleted through the [Tilebox Console](/console) by clicking the `Delete` button in the dataset page.
180+
181+
Empty datasets will be deleted right away. A dataset is considered empty if none of its collections contain any data points.
182+
183+
A non-empty dataset can also be deleted, but is a destructive operation.
184+
Every data point in every collection of the dataset will be deleted.
185+
186+
As a safety measure, Tilebox soft-deletes the dataset for 7 days before permanently deleting it.
187+
Please [get in touch](mailto:support@tilebox.com) if you deleted a dataset by accident and want to restore it.

0 commit comments

Comments
 (0)