gcloud beta monitoring metrics-scopes delete

NAME
gcloud beta monitoring metrics-scopes delete - delete a monitored project in a metrics scope
SYNOPSIS
gcloud beta monitoring metrics-scopes deleteMONITORED_RESOURCE_CONTAINER_NAME[GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) This command can fail for the following reasons:
  • The projects specified do not exist.
  • The active account does not have permission to access one of the given project.

More details can be found athttps://cloud.google.com/monitoring/api/ref_v3/rest/v1/locations.global.metricsScopes.projects/delete

EXAMPLES
The following command adds a monitored project with the IDmonitored-project-1 to a metrics scope with project idmetrics-scope-1 assuming themetrics-scope-1 is thedefault project:
gcloudbetamonitoringmetrics-scopesdeleteprojects/monitored-project-1

The following command adds a monitored project with the IDmonitored-project-1 to a metrics scope with project idmetrics-scope-1:

gcloudbetamonitoringmetrics-scopesdeleteprojects/monitored-project-1--project=metrics-scope-1gcloudbetamonitoringmetrics-scopesdeletelocations/global/metricsScopes/metrics-scope-1/projects/monitored-project-1
POSITIONAL ARGUMENTS
MONITORED_RESOURCE_CONTAINER_NAME
Monitored resource container (example - projects/PROJECT_ID) project you want todelete.
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. This variantis also available:
gcloudalphamonitoringmetrics-scopesdelete

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.