summaryrefslogtreecommitdiff
path: root/ARCH
diff options
context:
space:
mode:
Diffstat (limited to 'ARCH')
-rw-r--r--ARCH5
1 files changed, 4 insertions, 1 deletions
diff --git a/ARCH b/ARCH
index a815c99..1588dfc 100644
--- a/ARCH
+++ b/ARCH
@@ -282,9 +282,12 @@ Running job management:
MINION gets around to it.) This request returns as soon as the
STATEDB change is done.
-* `GET /1.0/list-all-jobs` causes WEBAPP to return a JSON list of ids
+* `GET /1.0/list-jobs` causes WEBAPP to return a JSON list of ids
of all jobs, running or finished, that it knows about. (RQ/ALLJOBS)
+* `GET /1.0/list-jobs-html` is the same as `list-jobs`, but returns an
+ HTML page instead.
+
* `POST /1.0/remove-job` with `job_id=jobid` in the body, removes a
stopped job from the state database.