The badly named keypair is really the public key of an OpenSSH key pair to be used for access to created servers.
Compute v2
Create new public key
.. program:: keypair create
os keypair create
[--public-key <file>]
<name>.. option:: --public-key <file>
Filename for public key to add
.. describe:: <name>
New public key name
Delete public key
.. program:: keypair delete
os keypair delete
<key>.. describe:: <key>
Public key to delete
List public key fingerprints
.. program:: keypair list
os keypair listDisplay public key details
.. program:: keypair show
os keypair show
[--public-key]
<key>.. option:: --public-key
Show only bare public key
.. describe:: <key>
Public key to display