file delete

Purpose

Delete a file from the appliance.

Syntax

file delete filename

Parameters

filename
File to be deleted

Related Commands

See file get, file list, and file put.

Example

Delete a file that is previously created by the platform collect-pd command.
Console> file list
collect-pd.txt 103576 bytes created Mar 22, 2012 3:38:32 PM
Console> file delete collect-pd.txt
Console>