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

# Returns a single self-serve deployment in the project.

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

## Path parameters

- `project_id` string, required
- `id` string, required

## Response `200`

- SelfServeDeploymentDetail
  - `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.
  - `flavor_type` string — Flavor type in use.
  - `gpu_type` string — GPU type in use.
  - `gpus_per_replica` integer — GPUs per replica.
  - `hourly_cost` string — Hourly cost, as a decimal string.
  - `id` string — Deployment ID.
  - `model` string — The underlying model.
  - `provider` string — Serving provider.
  - `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
- `404` — Error Not Found
- `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/versions/a3fd2dedc72b/schema)
