v51

latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-01245104440.0 KB
SSH Keys

Update SSH key

Update an existing SSH key's name and optionally its key data.

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

Path parameters

key-idinteger required

SSH key ID

Request body

namestring required

SSH key name

publicKeystring

New public key

privateKeystring

New private key

Response

SSH key updated successfully

idinteger

SSH key ID

namestring

SSH key name

publicKeystring

Public key in OpenSSH format (included in details and when includePublicKey=true)