Managing > Deprecate a Subgraph

Deprecate a Subgraph

Reading time: 1 min

Although you cannot delete a subgraph, you can deprecate it on Graph Explorer.

Step-by-Step

Link to this section

To deprecate your subgraph, do the following:

  1. Visit the contract address for Arbitrum One subgraphs here.
  2. Call deprecateSubgraph with your SubgraphID as your argument.
  3. Your subgraph will no longer appear in searches on Graph Explorer.
  • The owner's wallet should call the deprecateSubgraph function.
  • Curators will not be able to signal on the subgraph anymore.
  • Curators that already signaled on the subgraph can withdraw their signal at an average share price.
  • Deprecated subgraphs will show an error message.

If you interacted with the deprecated subgraph, you can find it in your user profile under the "Subgraphs", "Indexing", or "Curating" tab, respectively.

Edit page

Previous
Transfer a Subgraph
Next
Querying The Graph
Edit page