Hi, this looks like orphaned deployments left behind after the project and repository were deleted.
Since they still appear as “Production” but return 404 and have no available actions in the UI, it suggests the deployments are no longer linked to a valid project context. In other words, they seem to be dangling records without a parent project.
This might indicate that the deletion flow didn’t fully clean up associated deployments, leaving them in an inconsistent state.
It could be worth checking whether these deployments still reference a projectId or teamId that no longer exists, and if so, cleaning them up from the backend.