From d92203c44594fcced6d42423b00385ad5623ed68 Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Fri, 28 Jun 2024 12:08:39 -0400 Subject: [PATCH 1/2] Add 'Stop charges for a project' page --- serverless/nav/serverless-general.docnav.json | 3 +++ .../pages/manage-billing-stop-project.mdx | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 serverless/pages/manage-billing-stop-project.mdx diff --git a/serverless/nav/serverless-general.docnav.json b/serverless/nav/serverless-general.docnav.json index 221a0eb..d10fc3a 100644 --- a/serverless/nav/serverless-general.docnav.json +++ b/serverless/nav/serverless-general.docnav.json @@ -49,6 +49,9 @@ }, { "slug": "/serverless/general/serverless-billing" + }, + { + "slug": "/serverless/general/billing-stop-project" } ] }, diff --git a/serverless/pages/manage-billing-stop-project.mdx b/serverless/pages/manage-billing-stop-project.mdx new file mode 100644 index 0000000..dc5a5b4 --- /dev/null +++ b/serverless/pages/manage-billing-stop-project.mdx @@ -0,0 +1,18 @@ +--- +slug: /serverless/general/billing-stop-project +title: Stop charges for a project +description: How to stop charges for a project. +tags: [ 'serverless', 'general', 'billing' ] +--- + + +Got a project you no longer need and don't want to be charged? Simply delete it. + +Warning: All data is lost. Billing for usage is by the hour and any outstanding charges for usage before you deleted the project will still appear on your next bill. + +To stop being charged for a project: +1. Log in to the [((ess-console-name))](((ess-console))). + +2. Find your project on the home page in the Serverless Projects card and select **Manage** to access it directly. Or, select **Serverless Projects** to go to the projects page to view all of your projects. + +3. Select **Actions**, then select **Delete project** and confirm the deletion. \ No newline at end of file From 1ffda47de5f1dee0859729491ce8ba440b0d7508 Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Fri, 28 Jun 2024 12:16:21 -0400 Subject: [PATCH 2/2] touchup --- serverless/pages/manage-billing-stop-project.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serverless/pages/manage-billing-stop-project.mdx b/serverless/pages/manage-billing-stop-project.mdx index dc5a5b4..d257d03 100644 --- a/serverless/pages/manage-billing-stop-project.mdx +++ b/serverless/pages/manage-billing-stop-project.mdx @@ -6,13 +6,13 @@ tags: [ 'serverless', 'general', 'billing' ] --- -Got a project you no longer need and don't want to be charged? Simply delete it. +Got a project you no longer need and don't want to be charged for? Simply delete it. Warning: All data is lost. Billing for usage is by the hour and any outstanding charges for usage before you deleted the project will still appear on your next bill. To stop being charged for a project: 1. Log in to the [((ess-console-name))](((ess-console))). -2. Find your project on the home page in the Serverless Projects card and select **Manage** to access it directly. Or, select **Serverless Projects** to go to the projects page to view all of your projects. +2. Find your project on the home page in the **Serverless Projects** card and select **Manage** to access it directly. Or, select **Serverless Projects** to go to the projects page to view all of your projects. 3. Select **Actions**, then select **Delete project** and confirm the deletion. \ No newline at end of file