1OSTREE ADMIN UNDEPLO(1) ostree admin undeploy OSTREE ADMIN UNDEPLO(1)
2
3
4
6 ostree-admin-undeploy - Delete deployment at a given index
7
9 ostree admin undeploy {INDEX}
10
12 Deletes the deployment at INDEX. INDEX must be in range and not
13 reference the currently booted deployment.
14
16 $ ostree admin status
17
18 * gnome-ostree 67e382b11d213a402a5313e61cbc69dfd5ab93cb07.0
19 origin refspec: gnome-ostree/buildmaster/x86_64-runtime
20 gnome-ostree ce19c41036cc45e49b0cecf6b157523c2105c4de1c.0
21 origin refspec: gnome-ostree/buildmaster/x86_64-runtime
22
23 $ ostree admin undeploy 1
24
25 Transaction complete; bootconfig swap: no deployment count change: -1)
26 Freed objects: 326.5 kB
27 Deleted deployment ce19c41036cc45e49b0cecf6b157523c2105c4de1c.0
28
29 $ ostree admin status
30
31 * gnome-ostree 67e382b11d213a402a5313e61cbc69dfd5ab93cb07.0
32 origin refspec: gnome-ostree/buildmaster/x86_64-runtime
33
34
35
36OSTree OSTREE ADMIN UNDEPLO(1)