1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-09 19:06:53 +00:00
gcloud-help/gcloud/alpha/billing/budgets/delete
2023-05-04 10:43:54 +00:00

66 lines
2.2 KiB
Text

NAME
gcloud alpha billing budgets delete - delete a budget
SYNOPSIS
gcloud alpha billing budgets delete
(BUDGET : --billing-account=BILLING_ACCOUNT) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a budget.
EXAMPLES
To delete the budget 'abc' in account '123', run:
$ gcloud alpha billing budgets delete \
"billingAccounts/123/budgets/abc"
Alternatively, you can run:
$ gcloud alpha billing budgets delete abc --billing-account=123
POSITIONAL ARGUMENTS
Budget resource - Billing budget to delete. The arguments in this group
can be used to specify the attributes of this resource.
This must be specified.
BUDGET
ID of the budget or fully qualified identifier for the budget.
To set the budget attribute:
▸ provide the argument budget on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--billing-account=BILLING_ACCOUNT
The billing account.
To set the billing-account attribute:
▸ provide the argument budget on the command line with a fully
specified name;
▸ provide the argument --billing-account on the command line.
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.
API REFERENCE
This command uses the billingbudgets/v1beta1 API. The full documentation
for this API can be found at:
https://cloud.google.com/billing/docs/how-to/budget-api-overview
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. These variants are also available:
$ gcloud billing budgets delete
$ gcloud beta billing budgets delete