1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Jul 26 10:48:49 UTC 2023

This commit is contained in:
Automated 2023-07-26 10:48:49 +00:00
parent 64e67b443c
commit 4558a00e48
204 changed files with 2787 additions and 1591 deletions

View file

@ -6,8 +6,14 @@ SYNOPSIS
gcloud beta billing projects unlink PROJECT_ID [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) This command unlinks a project from its linked billing account. This
disables billing on the project.
(BETA) 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 billing
projects link command. You do not need to unlink the project first.
EXAMPLES
To unlink the project my-project from its linked billing account, run:
@ -26,6 +32,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
API REFERENCE
This command uses the cloudbilling/v1 API. The full documentation for this
API can be found at: https://cloud.google.com/billing/v1/getting-started
NOTES
This command is currently in beta and might change without notice. This
variant is also available: