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
Response
SSH key updated
Example response
{
"data": {
"name": "laptop"
}
}