After creating a new Laravel project via Laravel Sail, a new project is created within a Docker container. When I updated the associated 'docker-composer.yml' file to rename the 'laravel.test' service, I closed it and rebuilt sail with the expectation that this would incorporate my changes to the service name using sail build --no-cache.
Ever since then, the command sail artisan returns an error 'ERROR: No such service: Laravel.test'
Exhaustive searches yielded no help.