CRUD System – column title for enabled/disable data

I'm putting together a simple CRUD system which persists data to a database. The data displayed in this system are configurations. One of the specifications is to allow a configuration to be enabled or disabled. I've chosen to use a toggle switch to display if a configuration is ON (enabled) or OFF (disabled). The problem I've run into is thinking of a suitable title for this column.

I've tried Status, Enabled and even Is Live (I was previously a programmer). All of these seem to vague, and would probably require a tooltip to explain the purpose of this column.

Any help would be greatly appreciated.