Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 467 Bytes

restart-session.md

File metadata and controls

32 lines (20 loc) · 467 Bytes

Restart session

Restarts the session by deleting all the provided input files and the resulting pending contracts.

URL : /restart-session

Method : POST

Responses

Condition : Restart successful.

Code : 200 OK

Content :

"Session successfully restarted"

OR

Condition : Cannot restart the session.

Code : 500 Internal Server Error

Content :

{
    "error": "Error in session restart"
}