---
title: "Delete a custom model deployment"
method: DELETE
path: "/customers/{DEPLOYMENT_ID}/ai/deployments"
tags: ["Manage deployments"]
---

# Delete a custom model deployment

`DELETE /customers/{DEPLOYMENT_ID}/ai/deployments`

Delete the specified custom model deployment.

## Request body

- DeleteDeployments — DELETE https://api.lucidworks.dev/customers/{CUSTOMER_ID}/ai/deployments/{DEPLOYMENT_ID}

## Response `200`

OK

- ResponseDeleteDeployments
  - `id` string — The identifier for the custom model. The value is the universally unique identified (UUID) that is the primary key for the model.
  - `modelId` string — The identifier for the custom model being deleted. The value is the universally unique identified (UUID) reference the foreign keys for the model.
  - `region` string — The geographic region specified when the custom model is deployed.
  - `config` DeploymentConfig
    - `parameter_1` string — A unique parameter for the model deployment that is passed to the workflow as a raw JSON blob.
    - `parameter_2` string — A unique parameter for the model deployment that is passed to the workflow as a raw JSON blob.
  - `minReplicas` integer — The minimum value of Seldon replicas for the model.
  - `maxReplicas` integer — The maximum value of Seldon replicas for the model.
  - `state` string — This field specifies the current status of the custom model. The value is `DELETING`, `DELETED`, or `DELETE_FAILED`.
  - `deployedAt` string, date-time — The date and time the deployment occurred.
  - `createdBy` string — The user who created the deployment.

---

[API](https://skmtc.dev/lucidworks/apis/rules-rewrites-api.md) · [All operations](https://skmtc.dev/lucidworks/apis/rules-rewrites-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lucidworks/rules-rewrites-api/revisions/f2d3747848e8/schema)
