tidy3d.web.api.webapi.delete_old

Contents

tidy3d.web.api.webapi.delete_old#

class delete_old[source]#

Bases:

Delete all tasks older than a given amount of days.

Parameters:
  • folder (str) – Only allowed to delete in one folder at a time.

  • days_old (int = 100) – Minimum number of days since the task creation.

Returns:

Total number of tasks deleted.

Return type:

int

Inherited Common Usage