mirror of
https://github.com/blw1138/Zordon.git
synced 2026-06-09 13:39:24 -05:00
Jobs API cleanup
This commit is contained in:
@@ -109,9 +109,9 @@ curl -X POST http://localhost:8080/api/add_job \
|
||||
- **UI**: View job status, progress, logs, and worker availability in real-time.
|
||||
- **API Endpoints**:
|
||||
- `GET /api/jobs`: List all jobs
|
||||
- `GET /api/job/<job_id>`: Get job details
|
||||
- `POST /api/job/<job_id>/cancel`: Cancel a job
|
||||
- `POST /api/job/<job_id>/delete`: Delete a job
|
||||
- `GET /api/jobs/<job_id>`: Get job details
|
||||
- `POST /api/jobs/<job_id>/cancel`: Cancel a job
|
||||
- `POST /api/jobs/<job_id>/delete`: Delete a job
|
||||
- `GET /api/status`: Get server and queue status
|
||||
- `GET /api/engines`: List engine information
|
||||
|
||||
|
||||
Reference in New Issue
Block a user