gcloud compute rollouts delete

NAME
gcloud compute rollouts delete - delete a Google Compute Engine rollout
SYNOPSIS
gcloud compute rollouts delete NAME [GCLOUD_WIDE_FLAG]
DESCRIPTION
Delete a Google Compute Engine rollout.
EXAMPLES
To delete a rollout named 'my-rollout', run:
gcloud compute rollouts delete my-rollout
POSITIONAL ARGUMENTS
Rollout resource - Name of the rollout to delete. 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:

This must be specified.
NAME
ID of the rollout or fully qualified identifier for the rollout. To set the name attribute:
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
These variants are also available:
gcloud alpha compute rollouts delete
gcloud beta compute rollouts delete