There are several options available:
1. Immediate shutdown
# shutdown -h 0
2. Delayed shutdown
# shutdown +5 "Server is going DOWN in 5 minutes"
3. Scheduled shutdown
# shutdown 1:00 "SERVER DOWN"
# shutdown 13:00 "SERVER DOWN"