v12

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1811583196.1 KB
SSH Keys

Update SSH key

Update an SSH key's display name. The public key itself cannot be changed — delete and recreate to rotate.

put/api/v1/ssh-keys/{id}

Path parameters

idstring uuid required

SSH key ID (UUID)

Request body

namestring required

New SSH key display name

Response

SSH key updated

successboolean

Example response

{
  "data": {
    "name": "laptop"
  }
}