File: //snap/google-cloud-cli/394/help/man/man1/gcloud_beta_billing_projects_unlink.1
.TH "GCLOUD_BETA_BILLING_PROJECTS_UNLINK" 1
.SH "NAME"
.HP
gcloud beta billing projects unlink \- unlink the account (if\ any) linked with a project
.SH "SYNOPSIS"
.HP
\f5gcloud beta billing projects unlink\fR \fIPROJECT_ID\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(BETA)\fR This command unlinks a project from its associated billing account.
This action disables billing on the project. Any billable resources and services
in use in your project are stopped, and your application stops functioning. Any
costs accrued prior to disabling billing on the project are charged to the
previously associated billing account.
Note: To link a project to a different billing account, use the \f5billing
projects link\fR command. You do not need to unlink the project first.
.SH "EXAMPLES"
To unlink the project \f5my\-project\fR from its linked billing account, run:
.RS 2m
$ gcloud beta billing projects unlink my\-project
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIPROJECT_ID\fR
Specify a project id.
.RE
.sp
.SH "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 \fB$ gcloud help\fR for details.
.SH "API REFERENCE"
This command uses the \fBcloudbilling/v1\fR API. The full documentation for this
API can be found at: https://cloud.google.com/billing/v1/getting\-started
.SH "NOTES"
This command is currently in beta and might change without notice. These
variants are also available:
.RS 2m
$ gcloud billing projects unlink
.RE
.RS 2m
$ gcloud alpha billing projects unlink
.RE