Method: users.environments.removePublicKey

Removes a public SSH key from an environment. Clients will no longer be able to connect to the environment using the corresponding private key. If a key with the same content is not present, this will error with NOT_FOUND.

HTTP request

POST https://cloudshell.googleapis.com/v1/{environment=users/*/environments/*}:removePublicKey

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
environment

string

Environment this key should be removed from, e.g. users/me/environments/default.

Request body

The request body contains data with the following structure:

JSON representation
{
  "key": string
}
Fields
key

string

Key that should be removed from the environment.

Response body

If successful, the response body contains an instance of Operation.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.