hey is there any way to trigger a deployment with ...
# ask-community
l
hey is there any way to trigger a deployment with API by name instead of ID? or to set deployment ID on creation? this causes interface changes if, for example, the server or DB crashes
t
we do run deployment by name, but using the library, not the API in the API looks like you can find the deployment ID by name and then start the run
l
yeah I considered using 2 api calls but was hoping to avoid that to keep the calling function simpler 😕
😕 1