Unload project
PATCH {{baseUrl}}/api/monitors/iServer/nodes/:nodename/projects/:projectId
request body format:
{
  "operationList": [
    {
      "op": "replace",
      "path": "/status",
      "value": "loaded"
    }
  ]
}
allowed status strings:
loaded, unloaded, requestidle, execidle, whexecidle, partialidle, fullidle
WARNING: loading/unloading a project takes a long time and prevents access to the project. Request body is empty by default to avoid accidental project loads
Request Body
{"operationList"=>[{"op"=>"replace", "path"=>"/status", "value"=>"unloaded"}]}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-MSTR-AuthToken | string |