- NAME
-
- gcloud compute os-login remove-profile - remove the posix account information for the current user
- SYNOPSIS
-
-
gcloud compute os-login remove-profile
[GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
-
gcloud 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 compute os-login remove-profile
To remove all POSIX accounts associated with the current user in the project named
example-project
, run:gcloud 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
-
These variants are also available:
gcloud alpha compute os-login remove-profile
gcloud beta compute os-login remove-profile
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-06 UTC.