/v1/pipelines/{pipelineID}/trace_session
curl -L \ --url 'https://cloud-api.calyptia.com/v1/pipelines/{pipelineID}/trace_session' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "id": "123e4567-e89b-12d3-a456-426614174000", "pipelineID": "123e4567-e89b-12d3-a456-426614174000", "plugins": [ "dummy.0" ], "lifespan": "10m", "createdAt": "2025-03-12T04:24:39.545Z", "updatedAt": "2025-03-12T04:24:39.545Z" }
curl -L \ --request DELETE \ --url 'https://cloud-api.calyptia.com/v1/pipelines/{pipelineID}/trace_session' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "id": "123e4567-e89b-12d3-a456-426614174000", "lifespan": "10m", "updatedAt": "2025-03-12T04:24:39.545Z" }