---
title: "Retry the install-dependencies step"
method: POST
path: "/api/v0/computers/{computerId}/install-deps"
tags: ["Computers"]
---

# Retry the install-dependencies step

`POST /api/v0/computers/{computerId}/install-deps`

Resets the install-deps provisioning step to Running and spawns a fresh install session. No-op (409) if a session is already running.

## Path parameters

- `computerId` string, required — Computer ID

## Response `202`

Response for status 202

- RetryInstallDeps202ResponseBody
  - `id` string, required
  - `hostId` string, uuid
  - `name` string, required
  - `providerType` 'byom' | 'e2b', required
  - `status` 'provisioning' | 'active' | 'error'
  - `createdAt` number, required
  - `provisioningSteps` object[]
    - `id` string, required
    - `name` string, required
    - `status` string, required
    - `error` string
    - `startedAt` number
    - `completedAt` number
    - `installSessionId` string
  - `relayClientUrl` string, uri
  - `relayAgentUrl` string, uri
  - `remoteUser` string
  - `clonedRepoDirectories` string[]
  - `ownerPrincipalKind` string
  - `ownerId` string
  - `computerSource` union
    - object
      - `kind` 'template', required
      - `templateId` string, required
    - object
      - `kind` 'computer', required
      - `computerId` string, required

## Other responses

- `400` — Response for status 400
- `401` — Response for status 401
- `404` — Response for status 404
- `409` — Response for status 409
- `500` — Response for status 500

---

[API](https://skmtc.dev/factory/apis/factory-public-api.md) · [All operations](https://skmtc.dev/factory/apis/factory-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/factory/factory-public-api/revisions/09c8ece419bf/schema)
