import { DeploymentResponse } from "@mistralai/mistralai/models/components";
let value: DeploymentResponse = {
id: "b71583e9-d8d1-4698-8624-ab3ef76d7c4e",
name: "<value>",
isActive: true,
createdAt: new Date("2025-05-23T21:33:01.696Z"),
updatedAt: new Date("2025-08-18T20:40:34.477Z"),
};
| Field |
Type |
Required |
Description |
id |
string |
✔️ |
Unique identifier of the deployment |
name |
string |
✔️ |
Deployment name |
isActive |
boolean |
✔️ |
Whether at least one worker is currently live |
isHardened |
boolean |
➖ |
Whether the deployment has at least one authorized credential |
createdAt |
Date |
✔️ |
When the deployment was first registered |
updatedAt |
Date |
✔️ |
When the deployment was last updated |
location |
components.DeploymentLocation |
➖ |
Where the deployment is running |