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
2025-10-29 18:53:18 +00:00

21 lines
502 B
Plaintext

// Module included in the following assemblies:
//
// * applications/pruning-objects.adoc
:_mod-docs-content-type: CONCEPT
[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.