diff --git a/src/store/deployApi.ts b/src/store/deployApi.ts
index fd102b448504eb8d575dd0122543c55ce22b62af..b4450b66c7d8fae17e933c7e19a850bfaaca1b72 100644
--- a/src/store/deployApi.ts
+++ b/src/store/deployApi.ts
@@ -461,7 +461,7 @@ export type UnDeployInDbApiArg = {
   iocId: number;
 };
 export type UpdateActiveDeploymentHostApiResponse =
-  /** status 200 Successful host update */ Ioc[];
+  /** status 200 Successful host update */ Ioc;
 export type UpdateActiveDeploymentHostApiArg = {
   /** The ID of the IOC */
   iocId: number;