v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
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.

apiversioninteger
funcstring
modulestring

Example response

{
  "apiversion": 3,
  "func": "reset",
  "module": "BackupInfo",
  "result": {
    "data": {
      "cleared": true
    },
    "status": 1
  }
}