NAME
    gcloud alpha bms snapshot-schedule-policies delete - describe a Bare Metal
        solution snapshot schedule policy

SYNOPSIS
    gcloud alpha bms snapshot-schedule-policies delete SNAPSHOT_SCHEDULE_POLICY
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Delete a Bare Metal Solution snapshot schedule policy.

EXAMPLES
    To delete a snapshot schedule policy called my-policy in project
    my-project, run:

        $ gcloud alpha bms snapshot-schedule-policies delete my-policy \
            --project=my-project

POSITIONAL ARGUMENTS
     Snapshot schedule policy resource - snapshot_schedule_policy. This
     represents a Cloud resource. (NOTE) Some attributes are not given
     arguments in this group but can be set in other ways. To set the project
     attribute:
      ◆ provide the argument snapshot_schedule_policy on the command line
        with a fully specified name;
      ◆ set the property core/project;
      ◆ provide the argument --project on the command line. To set the region
        attribute:
      ◆ provide the argument snapshot_schedule_policy on the command line
        with a fully specified name;
      ◆ global is the only supported location.

     This must be specified.

       SNAPSHOT_SCHEDULE_POLICY
          ID of the snapshot_schedule_policy or fully qualified identifier for
          the snapshot_schedule_policy. To set the snapshot_schedule_policy
          attribute:
          ▸ provide the argument snapshot_schedule_policy 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.

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.

