PrCore Documentation
AI Assistant GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Clear Streamed Data

In the event that the user wishes to remove all streamed data and results from a project, they can do so by calling the following endpoint.

Request

You should only call this endpoint when the project’s status is TRAINED, STREAMING, or SIMULATING.

If there is a streaming or simulation in progress, it will be stopped automatically.

Method Endpoint Request body type Description
PUT /project/{project_id}/stream/clear none Remove all streamed data and results

Response

{
    "message": "Project streamed data cleared successfully",
    "project_id": 123
}