I have a Deep Neural Network model performing inference via a REST API on FloydHub. Due to constraints on my application, I have to shut down the same job several times a day, and each time I restart the job it results in a new endpoint that I have to query, which isn't quite possible for my use case (iOS app).
Is there any way I can restart a job but keep the same endpoint URL?