Delete - cleanupFileServer_1

Delete - cleanupFileServer

Description :

This command cleans all the unused files from the file server and from temporary file storage on the Application Server.

Return type : java.lang.Object

Command Input :

Variable Name

Variable Type

Description

is_DryRun

NEW IN 21.02.01

Boolean

When set to true, displays the size of the files to be deleted and details of those files.

When set to false, the files are deleted directly.

durationInMin

Integer

Maximum duration for the operation in minutes. Note that the total time for cleanup may exceed the time specified by this variable, depending on environment factors that might cause the batch processing for cleanup to run for a longer time. The minimum valid value for this duration is 60 minutes.

Example

The following example shows how to clean file server data. The output of the command displays the size of the files to be deleted and files' details of files to be deleted and their size.

Script

blcli Delete cleanupFileServer true 240
Was this page helpful? Yes No Submitting... Thank you

Comments