v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01302395850.8 KB
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