.. SPDX-FileCopyrightText: 1992-2026 NWO-I/SRON Space Research Organisation Netherlands
..
.. SPDX-License-Identifier: CC-BY-4.0

.. _sec:reset:

Reset: Reset the data and/or model
==================================

Quickly reset the data, model or both. This command will delete
all the loaded instruments, all the loaded model components, or both. 

Interfaces
~~~~~~~~~~

 - Python interface: :ref:`pyapi-reset`.


Syntax
~~~~~~

The following syntax rules apply:

| ``reset #a`` : Delete the specified data or model (or all).
  
Examples
~~~~~~~~

| ``reset data`` : Delete all the loaded instruments.
| ``reset model`` : Delete all the loaded components.
| ``reset all`` : Delete all the loaded instruments and components.

