Skip to main content
DELETE
/
v1
/
ssh-keys
/
:id
curl -X DELETE https://gpuoutlet.ai/v1/ssh-keys/key_01H... \
  --cookie "sid=$SID"
{ "ok": true }
id
string
required
Key id (key_…).
curl -X DELETE https://gpuoutlet.ai/v1/ssh-keys/key_01H... \
  --cookie "sid=$SID"
{ "ok": true }

Side effects

  • Immediate: this key is removed from the user’s record. Subsequent rentals will NOT include it.
  • No effect on currently-running pods. They snapshotted the user’s keys at launch. To revoke from a running pod, SSH in and edit /root/.ssh/authorized_keys directly, or stop the pod.
There’s no soft-delete or undo. Re-add the key if you change your mind.