1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/builds-basic-cancel-build.adoc

17 lines
340 B
Plaintext

// Module included in the following assemblies:
// * builds/basic-build-operations.adoc
[id="builds-basic-cancel-build_{context}"]
= Canceling a build
You can cancel a build using the web console, or with the following CLI command.
.Procedure
To manually cancel a build, run:
[source,terminal]
----
$ oc cancel-build <build_name>
----