What is the best practice for deactivating a player on death?

I have some relatively expensive actors with movement replication, variable replication, and physics. When they “die”, I’d like to put them into a sort of dormant state, so that the server isn’t expending resources on them, but they still exist as a dead body or something, potentially to be revived later.

Can I deactivate them or deprioritize them somehow?