---
title: "PUT /api/projects/{pid}/deploys/{did}"
method: PUT
path: "/api/projects/{pid}/deploys/{did}"
tags: ["api"]
---

# PUT /api/projects/{pid}/deploys/{did}

`PUT /api/projects/{pid}/deploys/{did}`

## Request body

- DeployUpdate
  - `did` integer
  - `status` 'SUCCESS' | 'BUILDING' | 'FAILURE' | 'CANCELED'
  - `spiders_names` string[]

## Response `200`

OK

- DeployUpdate
  - `did` integer
  - `status` 'SUCCESS' | 'BUILDING' | 'FAILURE' | 'CANCELED'
  - `spiders_names` string[]

---

[API](https://skmtc.dev/bitmakerla/apis/estela-api-v1-0-documentation.md) · [All operations](https://skmtc.dev/bitmakerla/apis/estela-api-v1-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitmakerla/estela-api-v1-0-documentation/revisions/abc63a565218/schema)
