Unfreeze project
Reverses `freeze`, allowing learn/forget calls against the project to succeed again.
Reverses freeze, allowing learn/forget calls against the project
to succeed again.
Authorization
SymetryMLAuth HMAC-SHA256 signature-based authentication: requests are signed with
your secret key and sent with the Customer-ID, Sym-date,
Authorization, Content-MD5 and sym-version headers.
See SymetryML REST API Security
for the signature algorithm and a complete example.
In: header
Path Parameters
User/Customer identifier
Project identifier
Response Body
application/json
application/json
curl -X GET "https://example.com/c1/projects/nbra_prj_iris/unfreeze"{ "statusCode": 200, "statusString": "OK", "values": {}}{ "statusCode": 400, "statusString": "Cannot Find Symetry Project id[unknownPrj] for Customer id [c1]", "values": {}}Get project status GET
Returns a verbose, multi-line debug dump of the project's underlying BET (Base Estimation Task) state as a single string — not a simple enum such as `loaded`/`unloaded`/`frozen`/`processing`. The exact content and format is implementation-defined and may change between versions; treat it as free-form diagnostic text rather than a machine-parseable status code.
Unload project GET
Releases the project from server memory. The project must already be persisted — unloading a non-persisted project fails, since its state would otherwise be lost.