NetLogo 7.0.0-beta2:

ls:reset

ls:reset

Close down all child models (and, recursively, their child models). You’ll often want to call this in your setup procedure.

Note that clear-all does not close LevelSpace models.

Take me to the full LevelSpace Extension Dictionary