Parameter | Description |
---|---|
Private Key | The SSH private key. This value will be empty when retrieving the SSH key pair. |
Public Key | The SSH public key. |
Repo Slug | The repository. |
Workspace Slug | This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example {workspace UUID} . |
{
"private_key": "The SSH private key. This value will be empty when retrieving the SSH key pair.",
"public_key": "The SSH public key.",
"type": "string"
}
Was this page helpful?