Removing objects from Storage

To remove an object from Storage, execute the following command:

kesl-control -B --mass-remove --query "ObjectId == 'object ID>'"

To remove several objects from Storage, execute the following command:

kesl-control -B --mass-remove --query "<field><comparison operator> '<value>' [and <field> <comparison operator>'<value>' ]* ]

To remove all objects from Storage, execute one of the following commands:

kesl-control -B --mass-remove

or

kesl-control -B --mass-remove --query

Page top