Managing > Deprecate a Subgraph
Deprecate a Subgraph
Reading time: 1 min
Although you cannot delete a subgraph, you can deprecate it on Graph Explorer.
To deprecate your subgraph, do the following:
- Visit the contract address for Arbitrum One subgraphs .
- Call
deprecateSubgraph
with yourSubgraphID
as your argument. - Your subgraph will no longer appear in searches on Graph Explorer.
Please note the following:
- 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.