delete_dataset
Delete a dataset and its files from the server. This is irreversible, so confirmation is required.
Instructions
Remove a dataset from the server and delete its files. Irreversible.
This is not "unmount": the data on disk goes too. Take a backup first if there is anything in it you would miss.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Dataset name to remove. | |
| confirm | Yes | Must be true. A guard against deleting by autocomplete. |