Dear Cryosparc Team,
since our update to v5.0.6 we are experiencing problems with cleaning up our workspaces or deleting single Jobs. The specific error message is
Unable to delete Job P213 J1027: Cannot delete Job P213-J1027 (3D Classification), please clear or delete connected jobs J1034
However, job1034 has already been deleted. This occurs in all workspaces with random jobs, or at least we have not yet been able to identify a pattern. We would be very grateful if you could help us resolve this issue and remove the specific database entries that are preventing us from deleting our jobs.
Thanks a lot!
Best,
Max
Thanks @mruetter for reporting this issue.
Please can you post the output of the command
cryosparcm cli "api.jobs.find_one('P213', 'J1034').deleted_at"
I sent you a private message.
Thanks @mruetter. Please can you post the bottom four lines of the output here, in the forum, for continued discussion.
Please find them below:
Response data:
{
"detail": "Could not find job P213 J1034"
}
Thanks @mruetter. Please can you also post the output of the command
cryosparcm cli 'db.jobs.find_one({"project_uid": "P213", "uid": "J1034"}, {"status": 1, "deleted_at": 1, "version": 1, "version_created": 1})'
Please find the output below:
{"_id": "696a3236a5a26ac5e021e3ba", "status": "completed", "version": "v4.6.2", "deleted_at": "2025-09-22T08:45:39.319000"}
The corresponding job has been deleted a while ago.
Thanks @mruetter . Your observation seems to be a bug in CryoSPARC v5 that affects jobs that where deleted in CryoSPARC versions < 5. We made a node to fix this in a future CryoSPARC release.
1 Like