I'm attempting to create a new environment for my Twilio Video project, specifically to modify the domain-suffix
and unique-name
. What is the service-sid
?
# Install the twilio-cli from https://twil.io/cli
twilio api:serverless:v1:services:environments:create \
--service-sid ZSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \
--domain-suffix stage \
--unique-name staging
Referencing https://www.twilio.com/docs/runtime/functions-assets-api/api/environment