1
0
mirror of synced 2026-01-07 00:01:39 -05:00
Files
docs/translations/ja-JP/content/codespaces/codespaces-reference/understanding-billing-for-github-codespaces.md
docubot 297f1779bc New translation batch for ja (#29110)
* Add crowdin translations

* Run script/i18n/homogenize-frontmatter.js

* Run script/i18n/lint-translation-files.js --check rendering

* run script/i18n/reset-files-with-broken-liquid-tags.js --language=ja

* run script/i18n/reset-known-broken-translation-files.js

* Check in ja CSV report

Co-authored-by: Hector Alfaro <hectorsector@github.com>
2022-07-18 13:52:55 +00:00

4.2 KiB

title, intro, versions, redirect_from, type, topics, product, shortTitle
title intro versions redirect_from type topics product shortTitle
Understanding billing for GitHub Codespaces Learn how your {% data variables.product.prodname_github_codespaces %} usage is billed.
fpt ghec
* *
/github/developing-online-with-codespaces/about-billing-for-codespaces
/codespaces/getting-started-with-codespaces/about-billing-for-codespaces
/codespaces/codespaces-reference/about-billing-for-codespaces
/codespaces/codespaces-reference/understanding-billing-for-codespaces
reference
Codespaces
Billing
{% data reusables.gated-features.codespaces %} Understanding billing

This article explains how billing works for your codespaces, and explains how your organization's billing manager can help.

Getting access to {% data variables.product.prodname_github_codespaces %}

Your organization's administrator might limit {% data variables.product.prodname_github_codespaces %} usage to only specific personal accounts. To get access, you will need to contact your billing manager. For more information, see "Managing access and security for your codespaces."

How much it costs to use {% data variables.product.prodname_codespaces %}

To see the pricing for {% data variables.product.prodname_codespaces %} usage, see "{% data variables.product.prodname_codespaces %} pricing."

How your codespace usage is billed

Your codespace is billed for its compute minutes and for the amount of storage it uses on disk.

If you enable prebuilding of codespaces this will incur additional charges. For more information, see "About {% data variables.product.prodname_github_codespaces %} prebuilds."

Understanding what compute minutes are

Your codespace is billed for the number of minutes that it's active. If your codespaces window is left idle for 30 minutes, it will automatically shutdown, and compute billing for the codespace will end until you start the codespace again.

Understanding how codespace storage is billed

For {% data variables.product.prodname_github_codespaces %}, storage is defined to include any files relating to your codespace, such as the cloned repository, configuration files, and extensions, among others. This storage is billed while your codespace is shutdown. The storage billing for a codespace ends when you manually delete it from https://github.com/codespaces.

How spending limits work

Before your organization can use {% data variables.product.prodname_codespaces %}, your billing manager will need to set a spending limit. For more information, see "Managing spending limits for {% data variables.product.prodname_github_codespaces %}."

利用上限に達した際の変更のエクスポート

{% data reusables.codespaces.exporting-changes %}

Checking your current usage and limits

If you need to check your current usage or spending limit, contact your organization's billing manager. 詳しい情報については「{% data variables.product.prodname_github_codespaces %}の利用状況の表示」を参照してください。

Codespaces can be automatically deleted

Your codespace will be automatically deleted when you are removed from an organization or repository.

Deleting your unused codespaces

You can manually delete your codespaces in https://github.com/codespaces and from within {% data variables.product.prodname_vscode %}. To reduce the size of a codespace, you can manually delete files using the terminal or from within {% data variables.product.prodname_vscode %}.

参考リンク