dataset
dataset delete
Delete a dataset from FlexAI
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a dataset from FlexAI
flexai dataset delete <dataset_name> [flags]
| Argument | Type | Required | Description |
|---|---|---|---|
dataset_name | string | Yes | The name of the Dataset to delete. |
| Flag | Short | Type | Description |
|---|---|---|---|
--help | -h | boolean | Displays this help page. |
--verbose | -v | boolean | Provides more detailed output when deleting a Dataset. |
Was this page helpful?