Delete a runner
To delete a runner, indicate which runner name to delete. Note that all containers running on that runner should be deleted or moved to another runner before deleting the runner.
# delete a runner <myRunnerName>
npx warp runner delete <myRunnerName>
In case you moved containers, the old runner does traffic redirection due to DNS cache updates see moving containers. Be aware that when you delete a runner, all traffic redirection are stopped.