v1

latestOpenAPI 3.1.02026-07-13897404.3 KB
Accounts

delete ssh key

Removes an SSH key from the authenticated user's account

CLI Usage: vastai delete ssh-key <id>

delete/api/v0/ssh/{id}/

Path parameters

idinteger required

ID of the SSH key to delete

Response

SSH key successfully deleted

successboolean required

Example response

{
  "success": true
}