---
title: "Lists the self-serve deployments in the project."
method: GET
path: "/projects/{project_id}/foundry/selfserve/deployments"
tags: ["Foundry"]
---

# Lists the self-serve deployments in the project.

`GET /projects/{project_id}/foundry/selfserve/deployments`

## Path parameters

- `project_id` string, required

## Response `200`

- ListDeploymentsResponse
  - `deployments` SelfServeDeploymentSummary[] — The self-serve deployments in the project.
    - `available_replicas` integer — Currently available replicas.
    - `context_length` integer — Context length of the model.
    - `created_at` string — RFC 3339 creation timestamp.
    - `created_by` string — Identity that created the deployment.
    - `deployment_name` string — User-chosen deployment name.
    - `fine_tuned_model` string — The fine-tuned model being served.
    - `gpu_type` string — GPU type in use.
    - `gpus_per_replica` integer — GPUs per replica.
    - `id` string — Deployment ID.
    - `model` string — The underlying model.
    - `quantization` string — Quantization applied, if any.
    - `status` string — Deployment status.
    - `target_replicas` integer — Target replica count.

## Other responses

- `401` — Error Authentication Failed
- `403` — Error Permissions
- `500` — Error Internal Server

---

[API](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/revisions/a3fd2dedc72b/schema)
