diff --git a/cmd/service/dev.go b/cmd/service/dev.go index deb0159cf..93667bde4 100644 --- a/cmd/service/dev.go +++ b/cmd/service/dev.go @@ -41,8 +41,8 @@ func devHandler(cmd *cobra.Command, args []string) { <-utils.WaitForCancel() - utils.ShowSpinnerForFunc(utils.SpinnerOptions{Text: "Stopping service..."}, func() { - cli().StopService(context.Background(), &core.StopServiceRequest{ + utils.ShowSpinnerForFunc(utils.SpinnerOptions{Text: "Deleting test service..."}, func() { + cli().DeleteService(context.Background(), &core.DeleteServiceRequest{ // Delete service. This will automatically stop the service too ServiceID: serviceID, }) })