remove
A CLI how-to guide. SDK power-users can refer to our full SDK docs generated from our source code here
Removes a RemoteDataset
Hard Deletion
This command is a hard delete.
> darwin dataset remove cars
About to delete v7-john/cars on darwin.
Do you want to continue? [y/N] y
Positional arguments:
dataset
: Remote dataset name to delete.
User prompt
Because of the severity of this action, a user prompt is always displayed. This action needs to be approved by a human.
Watch it in action:
Updated 4 months ago