Skip to main content

Copies an SSH key from this project into another project owned by the current user.

POST
/v1/projects/:projectId/ssh-keys/:sshKeyId/copy

Creates an independent copy of the key in the target project and returns the new key. The source key is left unchanged. The target project must be different from the source project, and both must be owned by the current user.

Request

Responses

The SSH key was copied; the new key is returned.