= system:shutdown == Description Shutdown the Karaf container. == Syntax system:shutdown [options] [time] == Arguments |=== |Name |Description | time | Shutdown after a specified delay. The time argument can have different formats. First, it can be an absolute time in the format hh:mm, in which hh is the hour (1 or 2 digits) and mm is the minute of the hour (in two digits). Second, it can be in the format m (or +m), in which m is the number of minutes to wait. The word now is an alias for 0 (or +0). |=== == Options |=== |Name |Description |-c, --clean, --clean-all, -ca |Force a clean restart by deleting the data directory |-h, --halt |Halt the Karaf container. |-cc, --clean-cache, -cc |Force a clean restart by deleting the cache directory |--help |Display this help message |-f, --force |Force the shutdown without confirmation message. |-r, --reboot |Reboot the Karaf container. |===