diff --git a/src/Tgstation.Server.Host/Components/IInstance.cs b/src/Tgstation.Server.Host/Components/IInstance.cs
index cf2c527a8a..921a408266 100644
--- a/src/Tgstation.Server.Host/Components/IInstance.cs
+++ b/src/Tgstation.Server.Host/Components/IInstance.cs
@@ -26,12 +26,7 @@ namespace Tgstation.Server.Host.Components
/// The for the
///
IByondManager ByondManager { get; }
-
- ///
- /// The for the
- ///
- IDreamMaker DreamMaker { get; }
-
+
///
/// The for the
///
@@ -42,11 +37,6 @@ namespace Tgstation.Server.Host.Components
///
IChat Chat { get; }
- ///
- /// The for the
- ///
- ICompileJobConsumer CompileJobConsumer { get; }
-
///
/// The for the
///
@@ -58,12 +48,6 @@ namespace Tgstation.Server.Host.Components
/// The latest if it exists
CompileJob LatestCompileJob();
- ///
- /// Get the associated with the
- ///
- /// The associated with the
- Api.Models.Instance GetMetadata();
-
///
/// Rename the
///
diff --git a/src/Tgstation.Server.Host/Components/Instance.cs b/src/Tgstation.Server.Host/Components/Instance.cs
index 1e99e0b49a..d904aadfa4 100644
--- a/src/Tgstation.Server.Host/Components/Instance.cs
+++ b/src/Tgstation.Server.Host/Components/Instance.cs
@@ -266,10 +266,7 @@ namespace Tgstation.Server.Host.Components
break;
}
}
-
- ///
- public Api.Models.Instance GetMetadata() => metadata.CloneMetadata();
-
+
///
public void Rename(string newName)
{