diff --git a/cratonclient/shell/v1/devices_shell.py b/cratonclient/shell/v1/devices_shell.py
index 66ee15f..afcce9e 100644
--- a/cratonclient/shell/v1/devices_shell.py
+++ b/cratonclient/shell/v1/devices_shell.py
@@ -23,11 +23,11 @@ DEFAULT_DEVICE_FIELDS = [
     'cloud_id',
     'region_id',
     'cell_id',
+    'parent_id',
 ]
 
 
 DEVICE_FIELDS = DEFAULT_DEVICE_FIELDS + [
-    'parent_id',
     'note',
     'created_at',
     'updated_at',