control + A and then immediately followed by D
screen -r
screen -ls
# List the screens
screen -ls
# Force quit a specific one from the list
screen -X -S 3619 quit
Note: You should have at least detached the screen then execute this from the hosting shell