Turn off BoxCollider2D

This is silly- I can’t seem to find a way to turn off BoxCollider2D! Basically, when my player dies, I wanna toss him up in the air and then let him fall of the screen. Easy peazy. Except that theres no .setActive or .active method for BoxCollider2D. Am I going nuts?

How about .enabled = false

from the Reference