Unload project
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.
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.
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/unload"{ "statusCode": 200, "statusString": "OK", "values": {}}{ "statusCode": 400, "statusString": "Cannot Find Symetry Project id[unknownPrj] for Customer id [c1]", "values": {}}Unfreeze project GET
Reverses `freeze`, allowing learn/forget calls against the project to succeed again.
Create stream POST
Attach a new `kafka` or `nats` Data Source to a project and immediately start a background consumer task for it. This both creates the DS entry and starts consuming in one call — there is no separate "create, then start" step for a brand-new stream (use [Start stream](/docs/api-reference/streams/projects-project-streams-dsname-start-get)/ [Stop stream](/docs/api-reference/streams/projects-project-streams-dsname-stop-get) only to resume/suspend an existing one).