Found what I needed, it was the interrupt 0x15. Of course, proper coding as you pointed out DaWei would require that I perform a check that this interrupt is actually existent and functional. Anyhow, here's the FASM code for a power down.
mov ax, 0x5307
mov bx, 0x0001
mov cx, 0x0003
int 0x15