2025-04-02 06:25:13 +03:00
# sfdk undeploy
> Undeploys build results from a device.
2025-04-28 20:47:37 +03:00
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/50-testing-mb2/doc/command.undeploy.adoc>.
2025-04-02 06:25:13 +03:00
- Undeploy using a specified method (`pkcon` , `rpm` , `rsync` , `sdk` or `zypper` ):
`sfdk undeploy --{{method}}`
- Preview undeploy without applying the changes:
2025-04-12 19:46:41 +03:00
`sfdk undeploy --{{method}} {{[-n|--dry-run]}}`
2025-04-02 06:25:13 +03:00
- Undeploy files in glob pattern `package*` :
`sfdk undeploy --{{method}} "+package*"`
- Undeploy all files excluding `ignore*` :
`sfdk undeploy --{{method}} "-ignore*"`