Future<void> stop({required String containerId, bool force = true}) async { await room.sendRequest("containers.stop_container", {"id": containerId, "force": force}); }