v2
admin
diagnostics
admin

Cleanup Orphaned Executions

Cleanup orphaned executions by directly updating DB status (admin only). For executions in DB but not actually running in executor (old/stale records).

Args: request: Contains list of execution_ids to cleanup

Returns: Number of executions cleaned up and success message

post/api/admin/diagnostics/executions/cleanup-orphaned

Request body

execution_idsstring[] required

Response

Successful Response

successboolean required
stopped_countinteger
messagestring required

Changes

No recorded changes to this endpoint across all 92 revisions of this API.