dvs tunnel stop
Stops and removes a sharing tunnel for an application.
Usageβ
dvs tunnel stop
Descriptionβ
This command stops the tunnel and restores the application to local-only access.
When the tunnel stops:
- User custom hooks are executed (if defined in
/app/.dvs/hooks/) - Recipe-specific hooks are executed
- Application configuration is restored to local URL
- Tunnel container is stopped and removed
Exampleβ
dvs tunnel stop
Outputβ
[i] Deleting tunnel for app: myapp
[i] Deleting tunnel from server...
[β] Tunnel deleted from server
[i] Cleaning up local resources...
[i] - Stopping and removing tunnel container...
[i] - Removing tunnel directory...
[i] - Removing docker-compose file...
[i] - Removing tunnel config...
[β] Tunnel configuration successfully deleted
[i] Updating app configuration...
Tunnel stopped for app: myapp
Notesβ
- The tunnel URL becomes immediately inaccessible after stopping
- Application remains accessible locally via its
.dvs.shdomain - Tunnel data is cleaned up automatically
See alsoβ
- tunnel start - Start a tunnel
- tunnel status - View tunnel information
- Custom Hooks - Execute custom scripts on tunnel events