How to Manage Storage and Download Simulation Data in Tidy3d?#
Date |
Category |
|---|---|
2025-12-17 16:23:41 |
About Tidy3D |
When running simulations in Tidy3D, your cloud storage may eventually reach its limit. This FAQ explains how to clean up space, download your data, and manage simulation files using both the GUI and the Python API.
How do I delete simulations using the GUI?#
Go to your Workspace:
https://tidy3d.simulation.cloud/foldersSelect the simulation files you want to remove.
A bar will appear at the bottom of the page with options to download or delete the selected files.
Download anything you want to keep, then delete the files to free up cloud storage.
Where is simulation data saved when I run a simulation?#
When you run a simulation using:
web.run
Documentation:
https://docs.flexcompute.com/projects/tidy3d/en/latest/api/_autosummary/tidy3d.web.api.webapi.run.html
Two things happen:
The data is saved automatically in the cloud in the folder specified by the folder_name argument.
A copy is saved locally on your machine at the path specified by the path argument.