File: //snap/google-cloud-cli/current/help/man/man1/gcloud_beta_endpoints_services_delete.1
.TH "GCLOUD_BETA_ENDPOINTS_SERVICES_DELETE" 1
.SH "NAME"
.HP
gcloud beta endpoints services delete \- deletes a service from Google Service Management
.SH "SYNOPSIS"
.HP
\f5gcloud beta endpoints services delete\fR \fISERVICE\fR [\fB\-\-async\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(BETA)\fR Services that are deleted will be retained in the system for 30
days. If a deleted service is still within this retention window, it can be
undeleted with the undelete command.
.SH "EXAMPLES"
To delete a service named \f5my\-service\fR, run:
.RS 2m
$ gcloud beta endpoints services delete my\-service
.RE
To run the same command asynchronously (non\-blocking), run:
.RS 2m
$ gcloud beta endpoints services delete my\-service \-\-async
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fISERVICE\fR
The name of the service to delete.
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-async\fR
Return immediately, without waiting for the operation in progress to complete.
.RE
.sp
.SH "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 \fB$ gcloud help\fR for details.
.SH "NOTES"
This command is currently in beta and might change without notice. These
variants are also available:
.RS 2m
$ gcloud endpoints services delete
.RE
.RS 2m
$ gcloud alpha endpoints services delete
.RE