Skip to content

Commit 2ceb37d

Browse files
author
jlecomte
committed
feat(messaging): add cli commands to troubleshooting
1 parent 1815fdf commit 2ceb37d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pages/nats/troubleshooting/cant-delete-namespace.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,10 @@ Try the following steps:
2727

2828
1. In the Scaleway console, check that you have no remaining resources in either of the [NATS](https://console.scaleway.com/nats/), [Queues](https://console.scaleway.com/queues/), or [Topics and Events](https://console.scaleway.com/topics-events/) sections. **Make sure to check for resources in all regions by using the regional drop-down menu.**
2929

30-
2. If you have deleted all resources for these three products and the problem persists, [open a support ticket](https://console.scaleway.com/support/tickets/create) to request manual deletion of the phantom namespace.
30+
2. If you have deleted all resources for these three products and you still can't delete the project, try using those [CLI](https://www.scaleway.com/en/docs/scaleway-cli/quickstart/) commands:
31+
```
32+
scw mnq sqs deactivate project-id=<your_project_id>
33+
scw mnq sns deactivate project-id=<your-project_id>
34+
```
35+
36+
3. If you have tried all these solutions and the problem persists, [open a support ticket](https://console.scaleway.com/support/tickets/create) to request manual deletion of the phantom namespace.

0 commit comments

Comments
 (0)