I use CloudDeploy[] for a Manipulate[], but every time I update the code, a new link is generated. How can I keep using the same link for different versions of the code? How do I know how many credits are being used?
CloudDeploy[]
Manipulate[]
Does this work for you?
CloudDeploy[(* Enter your Manipulate expression here*), "customLink"]
You can monitor credit usage with $ServiceCreditsAvailable.
$ServiceCreditsAvailable
Thank you Lewis
Thank you. I will try it.