Skip to main content

Import_Keypair_Payload

environment_namestringrequired

The name of the environment where the key pair is being created.

namestringrequired

The name of the key pair that is being created.

Max length: 50 characters

public_keystringrequired

The public key that is being used to import an SSH key pair. See the supported key types.

Import_Keypair_Payload
{
"environment_name": "string",
"name": "string",
"public_key": "string"
}