1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/builds-basic-cancel-build.adoc
2023-10-30 10:13:25 -04:00

18 lines
402 B
Plaintext

// Module included in the following assemblies:
// * builds/basic-build-operations.adoc
:_mod-docs-content-type: PROCEDURE
[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, enter the following command:
+
[source,terminal]
----
$ oc cancel-build <build_name>
----