powered by
Functions to update model runs. More information about these API endpoints can be found at here.
delete_model_run(model, run)delete_run(model, run)delete_model_runs(model)delete_runs(model)
delete_run(model, run)
delete_model_runs(model)
delete_runs(model)
A list, tibble, or nothing (invisibly).
list
tibble
Model digest or model name.
Model run digest, run stamp or run name, modeling task run stamp or task run name.
if (FALSE) { use_OpenMpp_local() delete_model_run("RiskPaths", "53300e8b56eabdf5e5fb112059e8c137") }
Run the code above in your browser using DataLab