BackupInfo
Clear the current user's backup run-state record
Clears the authoritative run-state record so a sticky 'complete' stops being reported by progress. After reset, progress reflects only live state ('inprogress' while a run is genuinely active, otherwise 'none'). Idempotent - succeeds whether or not a record exists.
get/BackupInfo/reset
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "reset",
"module": "BackupInfo",
"result": {
"data": {
"cleared": true
},
"status": 1
}
}