Rerun a submission
POST/api/submissions/:id/rerun
Re-queues one submission for evaluation, resetting it to PENDING and clearing its prior feedback/result. Course staff (faculty or TAs) or a system admin. The submission must have a stored file and its problem must still be linked to the assignment.
Auth: required
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 409
- 500
Submission re-queued (status PENDING).
Submission has no file, or its problem is no longer linked.
Not signed in.
Caller is not course staff or a system admin.
Submission not found.
Course is archived.
Server error.