docs icon indicating copy to clipboard operation
docs copied to clipboard

Clarify if version labels for subgraph deployments have to be unique

Open PaulRBerg opened this issue 7 months ago • 0 comments

Here: https://thegraph.com/docs/en/subgraphs/developing/deploying/using-subgraph-studio/#deploying-a-subgraph

It's not mentioned if the version labels have to be unique. There are two possible behaviors:

  1. Deployments for particular version labels are immutable once made
  2. Deployments for particular version labels are NOT immutable
Image

Edit: it looks like the correct answer is 1, version labels are immutable:

✖ Failed to deploy to Graph node https://api.studio.thegraph.com/deploy/: Version label already exists.

PaulRBerg avatar May 27 '25 15:05 PaulRBerg