Does anyone know how to clone an entire web service

Without creating one from scratch, does anyone know how to clone an entire web service?

Right now, the dashboard doesn’t have the option to clone an existing service, but there are two things you can do:

  1. Use an Infrastructure as Code yaml file (example link) with your service specifications. And then you can deploy this yaml file as many times as you’d like to make copies of the service.
  2. [this will be available in the next couple of months, not currently available] Our public API is an upcoming feature. Once the API is released, you will be able to use it to create multiple copies of your service imperatively.