dokploy_ssh_key
Create, list, get, update, remove, and generate SSH keys for Dokploy deployments. Simplify key management with automatic organization resolution.
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 |
|---|---|---|---|
| name | No | ||
| type | No | Key type for generate action | |
| action | Yes | ||
| sshKeyId | No | ||
| publicKey | No | ||
| lastUsedAt | No | ISO date string for update action | |
| privateKey | No | ||
| description | No |