Disable loading metabase.sample_dataset

I would like to request for assistance in disabling the creation of sample datasets by default.
Thanks.

Hi @k1r1m1
Remove the database if you don’t want it:
https://github.com/metabase/metabase/blob/master/docs/api-documentation.md#delete-apidatabaseid

Thanks alot @flamber.
I am trying to setup different metabase instances and having to delete the sample dataset in all of them seem a tad bit tedious. Therefore I wish to disable its generation either with a configuration but I do not know how.

@k1r1m1 There’s currently no configuration to disable creation of the Sample Dataset. If you’re setting up multiple instances, then I’m guessing you’re already using the API for that, so it would just be a single extra request to remove the database after setup.
Sample Dataset is extremely helpful, when trying to reproduce a problem, since we all have access to it.