diff --git a/op-mode-definitions/show-reboot.xml b/op-mode-definitions/show-reboot.xml
new file mode 100644
index 000000000..c85966bcb
--- /dev/null
+++ b/op-mode-definitions/show-reboot.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<interfaceDefinition>
+  <node name="show">
+    <children>
+      <leafNode name="reboot">
+        <properties>
+          <help>Show scheduled reboot</help>
+        </properties>
+        <command>${vyos_op_scripts_dir}/powerctrl.py --check</command>
+      </leafNode>
+    </children>
+  </node>
+</interfaceDefinition>