Rerun all submissions in a course
POST/api/courses/:id/submissions/rerun
Re-queues every submission in a course, resetting each to PENDING (with a fresh attempt budget) and clearing its feedback/result: the bulk counterpart to the single-submission rerun. Course staff (faculty or TAs) or a system admin. Logs one batch-summary event and returns the count re-queued.
Request
Responses
- 202
- 401
- 403
- 500
Submissions re-queued; returns the count.
Not signed in.
Caller is not course staff or a system admin.
Server error.