Skip to main content
DELETE
/
api
/
v0
/
ssh
/
{id}
delete ssh key
curl --request DELETE \
  --url https://console.vast.ai/api/v0/ssh/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://vastai-80aa3a82-fix-stale-links.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer<int64>
required

ID of the SSH key to delete

Response

SSH key successfully deleted

success
boolean
required
Example:

true