mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-30 20:14:50 +00:00
* 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>
28 lines
787 B
ReStructuredText
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.
|