Skip to main content

Uninstall

Use reploy uninstall to remove installed service wiring and stop the Docker objects Reploy created for an installed deployment.

When the deployment directory still exists, uninstall from the directory:

sudo reploy uninstall --from /opt/example

If the directory was already deleted, uninstall by service name:

sudo reploy uninstall --service-name example

List known Reploy services:

reploy uninstall --list-services

Preview without making changes:

reploy uninstall --from /opt/example --dry-run
reploy uninstall --service-name example --dry-run

Remove the target directory as part of uninstall:

sudo reploy uninstall --from /opt/example --remove-dir

The service-name flow is intended for recovery when a target directory was manually deleted but Docker or system service state still exists.