File: //snap/google-cloud-cli/394/help/man/man1/gcloud_source_repos_delete.1
.TH "GCLOUD_SOURCE_REPOS_DELETE" 1
.SH "NAME"
.HP
gcloud source repos delete \- delete a cloud source repository
.SH "SYNOPSIS"
.HP
\f5gcloud source repos delete\fR \fIREPOSITORY_NAME\fR [\fB\-\-force\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
This command deletes a named git repository from the currently active Google
Cloud Platform project.
.SH "EXAMPLES"
To delete a named repository in the current project issue the following
commands:
.RS 2m
$ gcloud init
.RE
.RS 2m
$ gcloud source repos delete REPOSITORY_NAME
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIREPOSITORY_NAME\fR
Name of the repository.
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-force\fR
(REMOVED) If provided, skip the delete confirmation prompt.
The \-\-force option has been removed; use \-\-quiet to suppress prompting.
.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"
These variants are also available:
.RS 2m
$ gcloud alpha source repos delete
.RE
.RS 2m
$ gcloud beta source repos delete
.RE