Skip to main content
After a run finishes, use the Public API guide to edit config, display name, tags, and notes without re-running the experiment. For tag concepts and UI workflows, see Tags. For config during a run, see Configuration. The examples below use run.update() to persist pending changes in one API call.

Bulk updates

To tag or annotate many runs (for example, all runs from a sweep), iterate with filters and call update() per run:
Each update() is a separate API call. For large sets, add a short sleep between calls to avoid rate limits.
Runs Experiments API