How can I remove the link between a deleted container and a live container?

When I type the command “docker start test-jfit-server” and then hit enter, I receive the message “Error response from daemon: Cannot link to a non running container: /test-jfit-statistics AS /test-jfit-server/jfit-statistics
Error: failed to start containers: test-jfit-server”.

How can I remove the link? Because I have deleted test-jfit-statistics container.

Run a new container. That’s the only think you can do.