Files
documentation/site/source/user-manual/managing-services/service-actions.rst
Matt Hill aed86e7e6c re-arrange the user docs (#76)
* re-arrange the user docs

* Minor description edit

* update styles

* fix service links

Co-authored-by: kn0wmad <kn0wmad@protonmail.com>
Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
2022-02-18 08:49:53 -07:00

28 lines
787 B
ReStructuredText

.. _actions:
=======
Actions
=======
Actions are defined by the service package developer, and can provide the ability to do resets or other miscellaneous administrative tasks. Actions may or may not require user input.
Default Actions
---------------
Every service comes with a set up default Actions that can be run. Currently, the only default action is "Uninstall".
Uninstall
=========
.. warning:: THIS WILL DELETE ALL DATA FOR THIS SERVICE, PLEASE BE SURE YOU WANT TO DO THIS!
To remove a service, navigate to the :ref:`Services tab<services-tab>` *> [Service Name] > Actions > Uninstall*.
.. figure:: /_static/images/services/acts.png
:width: 60%
Custom Actions
--------------
Service developers can define any number of arbitrary actions for their service.