diff --git a/dvc/command/machine.py b/dvc/command/machine.py index 1be9ad3e48..a6541ef40e 100644 --- a/dvc/command/machine.py +++ b/dvc/command/machine.py @@ -193,7 +193,14 @@ def run(self): class CmdMachineStatus(CmdBase): - SHOWN_FIELD = ["name", "cloud", "instance_hdd_size", "instance_ip"] + SHOWN_FIELD = [ + "name", + "cloud", + "instance_ip", + "instance_type", + "instance_hdd_size", + "instance_gpu", + ] def run(self): if self.repo.machine is None: