---
title: "Update Project SSH Key"
method: PATCH
path: "/projects/{project_id}/ssh_keys/{ssh_key_id}"
tags: ["SSH Keys"]
deprecated: true
---

# Update Project SSH Key

`PATCH /projects/{project_id}/ssh_keys/{ssh_key_id}`

> **Deprecated.**

Allow you update SSH Key in a project. These keys can be used to access servers after deploy and reinstall actions.

## Path parameters

- `project_id` string, required
- `ssh_key_id` string, required

## Request body

- object
  - `data` object, required
    - `id` string, required
    - `type` 'ssh_keys', required
    - `attributes` object
      - `tags` string[]
      - `name` string — Name of the SSH Key

## Response `200`

Success

---

[API](https://skmtc.net/latitude/apis/latitude-sh-api.md) · [All operations](https://skmtc.net/latitude/apis/latitude-sh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/latitude/latitude-sh-api/versions/7302d79e39bb/schema)
