any way to kill all actions?

any way to kill all actions on a armature?

If you run animations from Python it’s very easy, just:

stopAction(layer=0) # Stop playing the action on the given layer.