deleteLoginKey
    • PDF

    deleteLoginKey

    • PDF

    Article summary

    Overview

    Deletes a key that encrypts and decrypts a password with the login key when accessing a server instance (VM).

    Request

    Request parameters

    ParameterRequiredTypeLimitationsDescription
    keyNameYStringMin: 3, Max: 30Key name to create.
    If the key name already exists, an error occurs.

    Response

    Response body

    Examples

    Request example

    GET {SERVER_API_URL}/deleteLoginKey
    ?keyName=create-key-test
    

    Response example

    <deleteLoginKeyResponse>
      <requestId>348689a4-dbc0-40b6-b389-c38da6edcb22</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
    </deleteLoginKeyResponse>
    

    Error codes

    Errors that may occur while using this action are listed below. For information on common errors, refer to NAVER Cloud Platform API.

    HTTP response codeReturn codeReturn message
    40010406The authentication key does not exist.
    40010407{0} is the authentication key being used by {1} server.
    40010408{0} is the authentication key being used {1} launch configuration.

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.