mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
16 lines
333 B
Plaintext
16 lines
333 B
Plaintext
// Module included in the following assemblies:
|
|
// * assembly/builds
|
|
|
|
[id="builds-basic-cancel-multiple_{context}"]
|
|
= Canceling multiple builds
|
|
|
|
You can cancel multiple builds with the following CLI command.
|
|
|
|
.Procedure
|
|
|
|
To manually cancel multiple builds, run:
|
|
|
|
----
|
|
$ oc cancel-build <build1_name> <build2_name> <build3_name>
|
|
----
|