diff --git a/nginx.conf b/nginx.conf index 351432f4c318..ce615146a4b3 100644 --- a/nginx.conf +++ b/nginx.conf @@ -93,8 +93,8 @@ http { rewrite ^/docs/en/substreams/(?!index\.).+$ https://substreams.streamingfast.io permanent; rewrite ^/docs/en/firehose/(?!index\.).+$ https://firehose.streamingfast.io permanent; rewrite ^/docs/([a-zA-Z][a-zA-Z])/deploying/deploying-a-subgraph-to-studio/$ $scheme://$http_host/docs/$1/deploying/deploy-using-subgraph-studio/ permanent; - rewrite ^/docs/([a-zA-Z][a-zA-Z])/deploying/subgraph-studio/$ $scheme://$http_host/docs/$1/deploying/deploy-using-subgraph-studio/ permanent; - + rewrite ^/docs/([a-zA-Z][a-zA-Z])/deploying/subgraph-studio/$ $scheme://$http_host/docs/$1/deploying/deploy-using-subgraph-studio/ permanent; + rewrite ^/docs/([a-zA-Z][a-zA-Z])/managing/deprecate-a-subgraph/$ $scheme://$http_host/docs/$1/managing/delete-a-subgraph/ permanent; # Temporary redirects (302) rewrite ^/docs/en/querying/graph-client/$ $scheme://$http_host/docs/en/querying/graph-client/README/ redirect; rewrite ^/docs/en/developing/graph-ts/$ $scheme://$http_host/docs/en/developing/graph-ts/README/ redirect; diff --git a/website/pages/ar/managing/delete-a-subgraph.mdx b/website/pages/ar/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/ar/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/cs/managing/delete-a-subgraph.mdx b/website/pages/cs/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/cs/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/de/managing/delete-a-subgraph.mdx b/website/pages/de/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/de/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/en/developing/developer-faqs.mdx b/website/pages/en/developing/developer-faqs.mdx index b82a46433226..244aae52d0f4 100644 --- a/website/pages/en/developing/developer-faqs.mdx +++ b/website/pages/en/developing/developer-faqs.mdx @@ -80,7 +80,7 @@ If only one entity is created during the event and if there's nothing better ava ### 15. Can I delete my subgraph? -It is not possible to delete subgraphs once they are created. However, you can [transfer](/managing/transfer-a-subgraph/) and [deprecate](/managing/deprecate-a-subgraph/) your subgraph. +Yes, you can [delete](/managing/delete-a-subgraph/) and [transfer](/managing/transfer-a-subgraph/) your subgraph. ## Network Related diff --git a/website/pages/en/managing/_meta.js b/website/pages/en/managing/_meta.js index 14fbab89118e..99095b5ac996 100644 --- a/website/pages/en/managing/_meta.js +++ b/website/pages/en/managing/_meta.js @@ -1,4 +1,4 @@ export default { 'transfer-a-subgraph': '', - 'deprecate-a-subgraph': '', + 'delete-a-subgraph': '', } diff --git a/website/pages/en/managing/delete-a-subgraph.mdx b/website/pages/en/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/en/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/en/managing/deprecate-a-subgraph.mdx b/website/pages/en/managing/deprecate-a-subgraph.mdx deleted file mode 100644 index 79ebbab02ee9..000000000000 --- a/website/pages/en/managing/deprecate-a-subgraph.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Deprecate a Subgraph ---- - -Although you cannot delete a subgraph, you can deprecate it on Graph Explorer. - -## Step-by-Step - -To deprecate your subgraph, do the following: - -1. Visit the contract address for Arbitrum One subgraphs [here](https://arbiscan.io/address/0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec#writeProxyContract). -2. Call `deprecateSubgraph` with your `SubgraphID` as your argument. -3. Your subgraph will no longer appear in searches on Graph Explorer. - -## Reminders - -- 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. diff --git a/website/pages/en/network/developing.mdx b/website/pages/en/network/developing.mdx index ce71f6da30da..8c77b59c5c34 100644 --- a/website/pages/en/network/developing.mdx +++ b/website/pages/en/network/developing.mdx @@ -84,6 +84,6 @@ To update your subgraph with bug fixes or new functionalities, initiate a transa - If you selected "auto-migrate" when you applied the signal, updating the subgraph will migrate any signal to the new version and incur a migration tax. - This signal migration should prompt Indexers to start indexing the new version of the subgraph, so it should soon become available for querying. -### Deprecating & Transferring Subgraphs +### Deleting & Transferring Subgraphs -If you no longer need a published subgraph, you can [deprecate](/managing/deprecate-a-subgraph/) or [transfer](/managing/transfer-a-subgraph/) it. Deprecating a subgraph returns any signaled GRT to [Curators](/network/curating/). +If you no longer need a published subgraph, you can [delete](/managing/delete-a-subgraph/) or [transfer](/managing/transfer-a-subgraph/) it. Deleting a subgraph returns any signaled GRT to [Curators](/network/curating/). diff --git a/website/pages/es/managing/delete-a-subgraph.mdx b/website/pages/es/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/es/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/fr/managing/delete-a-subgraph.mdx b/website/pages/fr/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/fr/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/ha/managing/delete-a-subgraph.mdx b/website/pages/ha/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/ha/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/hi/managing/delete-a-subgraph.mdx b/website/pages/hi/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/hi/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/it/managing/delete-a-subgraph.mdx b/website/pages/it/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/it/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/ja/managing/delete-a-subgraph.mdx b/website/pages/ja/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/ja/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/ko/managing/delete-a-subgraph.mdx b/website/pages/ko/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/ko/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/mr/managing/delete-a-subgraph.mdx b/website/pages/mr/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/mr/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/nl/managing/delete-a-subgraph.mdx b/website/pages/nl/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/nl/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/pl/managing/delete-a-subgraph.mdx b/website/pages/pl/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/pl/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/pt/managing/delete-a-subgraph.mdx b/website/pages/pt/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/pt/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/ro/managing/delete-a-subgraph.mdx b/website/pages/ro/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/ro/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/ru/managing/delete-a-subgraph.mdx b/website/pages/ru/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/ru/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/sv/managing/delete-a-subgraph.mdx b/website/pages/sv/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/sv/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/tr/managing/delete-a-subgraph.mdx b/website/pages/tr/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/tr/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/uk/managing/delete-a-subgraph.mdx b/website/pages/uk/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/uk/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/ur/managing/delete-a-subgraph.mdx b/website/pages/ur/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/ur/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/vi/managing/delete-a-subgraph.mdx b/website/pages/vi/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/vi/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/yo/managing/delete-a-subgraph.mdx b/website/pages/yo/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/yo/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/pages/zh/managing/delete-a-subgraph.mdx b/website/pages/zh/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/zh/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- 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. +- Deleted subgraphs will show an error message. diff --git a/website/public/img/Delete-subgraph.png b/website/public/img/Delete-subgraph.png new file mode 100644 index 000000000000..8b9628c41a66 Binary files /dev/null and b/website/public/img/Delete-subgraph.png differ