gcloud beta compute os-login remove-profile

NAME
gcloud beta compute os-login remove-profile - remove the posix account information for the current user
SYNOPSIS
gcloud beta compute os-login remove-profile [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) gcloud beta compute os-login remove-profile removes the posix account information for the current user where the account ID field is set to the current project ID. Posix account entries for G Suite users do not set the account ID field and can only be modified by a domain administrator.
EXAMPLES
To remove all POSIX accounts associated with the current user and project, run:
gcloud beta compute os-login remove-profile

To remove all POSIX accounts associated with the current user in the project named example-project, run:

gcloud beta compute os-login remove-profile --project=example-project
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

NOTES
This command is currently in beta and might change without notice. These variants are also available:
gcloud compute os-login remove-profile
gcloud alpha compute os-login remove-profile