From 8d6306f0c731960774c623354b201e46fa60bd1d Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 16 Dec 2024 14:27:28 +0100 Subject: [PATCH 1/5] howto(ddx-console) move file to dedibox/dedicated-servers/how-to old is PR 4111 --- .../how-to/terminate-dedibox-server.mdx | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx diff --git a/dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx b/dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx new file mode 100644 index 0000000000..e7d671387f --- /dev/null +++ b/dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx @@ -0,0 +1,32 @@ +--- +meta: + title: How to terminate a Dedibox server under Online console + description: Learn how to terminate a Dedibox server in the Online console. +content: + h2: How to terminate a Dedibox server + paragraph: This guide explains how to terminate a Online Dedibox server in the Online console. +tags: dedibox terminate server online console delete cancel +dates: + posted: 2024-12-12 + validation: 2024-12-12 +categories: + - dedibox-console +--- + + +- A Dedibox account logged into the [console](https://console.online.net) +- An active Dedibox server + +## How to terminate your Dedibox server +1. Click your username, next to _logged in as_, in the top right corner of the [Online console](https://console.online.net/). From the drop-down menu, select **Services**. The service page displays. +2. Click the **Detail** next to the Dedibox server you want to terminate. The **Server information** page displays. +3. Click **Terminate**. A pop-up displays. +4. Click **Confirm Termination**. The Server and all associated options display +5. Type a comment in the **Reason for termination** field, and enter a summary. +6. Click **TERMINATE THIS SERVICE AND OPTION ASSOCIATED** to confirm the termination + + +Your Dedibox server will be terminated in accordance with the timing of your termination request: +To terminate a server at the end of the current month, you must submit your termination request between the 1st and 20th of that month. +If you submit your termination request after the 20th, the termination will be effective at the end of the following month. + From da55b7f3b36b6a4eded08c65b6ce7299e2f14c2d Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 16 Dec 2024 14:41:42 +0100 Subject: [PATCH 2/5] howto(ddx-console): final file and main/menu --- dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx | 4 ++-- menu/navigation.json | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx b/dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx index e7d671387f..1cb440f066 100644 --- a/dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx +++ b/dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx @@ -21,9 +21,9 @@ categories: 1. Click your username, next to _logged in as_, in the top right corner of the [Online console](https://console.online.net/). From the drop-down menu, select **Services**. The service page displays. 2. Click the **Detail** next to the Dedibox server you want to terminate. The **Server information** page displays. 3. Click **Terminate**. A pop-up displays. -4. Click **Confirm Termination**. The Server and all associated options display +4. Click **Confirm Termination**. The Server and all associated options display. 5. Type a comment in the **Reason for termination** field, and enter a summary. -6. Click **TERMINATE THIS SERVICE AND OPTION ASSOCIATED** to confirm the termination +6. Click **TERMINATE THIS SERVICE AND OPTION ASSOCIATED** to confirm the termination. Your Dedibox server will be terminated in accordance with the timing of your termination request: diff --git a/menu/navigation.json b/menu/navigation.json index ed1aace4a7..4fd2b2c1dc 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -4980,6 +4980,10 @@ "label": "Use the serial console", "slug": "use-serial-console" } + { + "label": "Terminate a server", + "slug": "terminate-dedibox-server" + } ], "label": "How to", "slug": "how-to" From 0b68135e79c1c362399a7e62cdc040092cd89f99 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 16 Dec 2024 14:47:25 +0100 Subject: [PATCH 3/5] howto(ddx-console): final file and main/menu with comma --- menu/navigation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/navigation.json b/menu/navigation.json index 4fd2b2c1dc..e5971d4098 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -4979,7 +4979,7 @@ { "label": "Use the serial console", "slug": "use-serial-console" - } + }, { "label": "Terminate a server", "slug": "terminate-dedibox-server" From 4dd554ab9ca95fd7607b483851ed3f608d3bac5c Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 16 Dec 2024 14:52:59 +0100 Subject: [PATCH 4/5] howto(ddx-console): typo metadata --- dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx b/dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx index 1cb440f066..a08aa689ce 100644 --- a/dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx +++ b/dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx @@ -3,7 +3,7 @@ meta: title: How to terminate a Dedibox server under Online console description: Learn how to terminate a Dedibox server in the Online console. content: - h2: How to terminate a Dedibox server + h1: How to terminate a Dedibox server paragraph: This guide explains how to terminate a Online Dedibox server in the Online console. tags: dedibox terminate server online console delete cancel dates: From 777f76fcfc70736cfdcaef9b85357545278d1a6f Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 16 Dec 2024 14:57:48 +0100 Subject: [PATCH 5/5] howto(ddx-console): fixing title --- dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx b/dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx index a08aa689ce..54432e26b9 100644 --- a/dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx +++ b/dedibox/dedicated-servers/how-to/terminate-dedibox-server.mdx @@ -1,6 +1,6 @@ --- meta: - title: How to terminate a Dedibox server under Online console + title: How to terminate a Dedibox server in the Online console description: Learn how to terminate a Dedibox server in the Online console. content: h1: How to terminate a Dedibox server