bayesline.api.equity.UploaderApi.wipe_staging

bayesline.api.equity.UploaderApi.wipe_staging#

abstract UploaderApi.wipe_staging(names: list[str] | None = None) dict[str, UploadStagingResult]#

Wipe the staging results for the optional list of names.

Parameters#

names: list[str] | None, optional

The names of the staging results to wipe. If None will wipe all staging results. Names that do not exist will be ignored.

Returns#

dict[str, UploadStagingResult]:

A dictionary of staging results that were wiped.