Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 3.75 KB

File metadata and controls

27 lines (22 loc) · 3.75 KB

DeploymentResponse

Example Usage

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"),
};

Fields

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