Have a finetuned model without the date suffix

I am working on finetuning a model.
F.E.
openai api fine_tunes.create -t ./TestFile_prepared.jsonl -m davinci --suffix Hello_DaVinci_001

This gives me a model called:
davinci:ft-_company>_Hello-DaVinci-001-2023-02-08-14-17-42

Is it possible to suppress the date suffix?
Because especially when I do additional finetuning, it will get a new date.
That means that after every trainingsrun, I need to update my code to reference the new modelname.