v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
ExtractInfo

Clear the current user's extract run-state marker

Clears the run-state marker written by ExtractInfo.start. After finish, progress reports state 'none'. Idempotent - succeeds whether or not a marker exists. Call after Fileman.fileop op=extract completes (success or failure).

get/ExtractInfo/finish

Response

HTTP Request was successful.

apiversioninteger
funcstring
modulestring

Example response

{
  "apiversion": 3,
  "func": "finish",
  "module": "ExtractInfo",
  "result": {
    "data": {
      "cleared": true
    },
    "status": 1
  }
}