Skip to content

dt blob rm

Overview

Remove files in the blob storage

Synopsis

dt blob rm  <bucket_name> <file_name> 

Arguments

  • bucket_name (required)
    Type: String
    Name of the bucket followed by files name to be deleted separated by space

  • file_name (required)
    Type: String

Examples

Remove a file on the blob storage

dt blob rm mybucket myfile
dt blob rm mybucket/myfile.txt
dt blob rm blob://mybucket/myfile.txt

SEE ALSO

← Back to dt blob