SSH keys
Delete SSH key
Remove a public key from the account.
DELETE
Key id (
key_…).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_keysdirectly, or stop the pod.