dokploy_ssh_key
Manage SSH keys for Dokploy projects. Create, list, get, update, remove, or generate RSA/Ed25519 key pairs.
Instructions
Manage SSH keys. create: name+privateKey+publicKey, description?. list: no params. get: sshKeyId. update: sshKeyId, name?, description?, lastUsedAt?. remove: sshKeyId. generate: type (rsa or ed25519). Note: organizationId is resolved automatically from the API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| sshKeyId | No | ||
| name | No | ||
| description | No | ||
| privateKey | No | ||
| publicKey | No | ||
| lastUsedAt | No | ISO date string for update action | |
| type | No | Key type for generate action |