1.0
1.0
scpcli virtualserver keypair create
--name <value>
[--public_key <value>]
[--tags <value>]
Description
Create keypair.
State ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | Keypair name | keypairname |
| public_key optional | string | Public Key | publickey |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
Responses
| Name | Description | Example |
|---|---|---|
| fingerprint | Fingerprint | 7e:eb:ab:24:ba:d1:e1:88:ae:9a:fb:66:53:df:d3:bd |
| name | Keypair name | keypairname |
| private_key | Private key | privatekey |
| public_key | Public Key | publickey |
| type | Keypair type | ssh |