1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/pruning-basic-operations.adoc
2020-08-10 16:14:35 +00:00

20 lines
469 B
Plaintext

// Module included in the following assemblies:
//
// * applications/pruning-objects.adoc
[id="pruning-basic-operations_{context}"]
= Basic pruning operations
The CLI groups prune operations under a common parent command:
[source,terminal]
----
$ oc adm prune <object_type> <options>
----
This specifies:
- The `<object_type>` to perform the action on, such as `groups`, `builds`,
`deployments`, or `images`.
- The `<options>` supported to prune that object type.