Is there a way to cancel a scheduled deployment?
You can delete the deployment from OttoFMS or remove the FileMaker script schedule. Either of those will prevent the deployment from running.
-Kyle
Adding on to this, deleting the deployment from OttoFMS will also remove the schedule in FileMaker. So removing the deployment from OttoFMS is the preferred way to cancel the scheduled deployment.
-Kyle
Hey Kyle, is it supposed to still be the case? I was doing an integration of deployments through the api, and realized, when deleting a scheduled deployment, that it removed it correctly from OttoFMS, but all the associated script schedules stayed there in the script schedules.
I thought it was a problem with the api, but proceeded to redo it by scheduling through OttoDeploy and deleting directly from OttoFMS and it also leaves the script schedule there.
Hey @m.desmarteau ,
It should delete the deployment, although looking through the code we may have a bug with that logic. I’ll put a fix into our next version for this. Thanks for bringing it to my attention!
-Kyle
Amazing, thanks for the quick and insightful answer, I’ll let the team know! We’ll do it by hand until it appears in a changelog.