Principles of Edge environment name

According to the documentation

[https://docs.apigee.com/api-services/content/understanding-routes](https://docs.apigee.com/api-services/content/understanding-routes)

the default URL is

[https://{org-name}-{env-name}.apigee.net/{base-path}/{resource-path}](https://{org-name}-{env-name}.apigee.net/{base-path}/{resource-path})

“[…] where {env-name} is the Edge environment name. By default, all Apigee organizations created in the cloud are provisioned with two environments: ‘test’ and ‘prod’. When deploying an API proxy, you can choose to deploy it to one or both environments.[…]”

But the Environment Names of the API proxies that I’ve created, have a different env-name:

[https://{org-name}-eval](https://{org-name}-eval). ....
  1. Is “eval” a different environment or a fallback of one of the two?

  2. Is it possible to change “eval” and how?

1 Like

Since you are using a trial (evaluation) version of Edge Cloud, the suffix -eval is attached to and is part of your organization name. I don’t think there is a way we can change “eval” until you buy the enterprise version of Edge.

1 Like

Ah, I understand that every trial user will have -eval. Thanks.