API and UI to delete and/or archive jobs
Open
- Dominant language
- Python
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
As @ViviYe has proposed, it would be nice to have a way to delete jobs. Some concrete steps could include:
- Add a `DELETE` method on job URLs that removes the job and all its files.
- Add a button to the UI that invokes this API method.
- Perhaps a second API that _just_ deletes the files but preserves the metadata (i.e., the JSON file describing the job and its log file).
- In a fancier version, provide a mechanism to delete a job's files while sending it to S3 or something for archiving.
- Maybe provide a way to do this in bulk to jobs older than a certain date?
(Expanded from #1.)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.