1
0
mirror of synced 2026-01-08 21:02:10 -05:00
Files
docs/translations/es-ES/content/codespaces/developing-in-codespaces/deleting-a-codespace.md
Chris 5839299a49 [Localization] Translation Batch 1635441053 (#22474)
* New Crowdin translations by Github Action

* Reset broken translated files to English

* Ran script/i18n/homogenize-frontmatter.js

* Ran script/fix-translation-errors.js

* Reverted translated files with parsing and rendering errors

* Update script to skip checked in list of files to reset for broken translations

* Temporarily enable all langauges to check CI status

* Need better performance for more languages

* Revert "Update script to skip checked in list of files to reset for broken translations"

This reverts commit f88f01a0f790fcd9fba5fc79937edd923263b6c5.

* Revert changes used to test CI passes when all languages are enabled

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-10-28 22:08:02 +00:00

1.7 KiB

title, intro, product, redirect_from, versions, type, topics
title intro product redirect_from versions type topics
Borrar un codespace Puedes borrar un codespace que ya no necesites. {% data reusables.gated-features.codespaces %}
/github/developing-online-with-github-codespaces/deleting-a-codespace
/github/developing-online-with-codespaces/deleting-a-codespace
fpt ghec
* *
how_to
Codespaces
Fundamentals
Developer

{% data reusables.codespaces.concurrent-codespace-limit %}

{% note %}

Nota: Solo la persona que creó un codespace podrá borrarlo. Actualmente no hay forma de que los propietarios de las organizaciones borren los codespaces que se crearon dentro de su organización.

{% endnote %}

{% include tool-switcher %}

{% webui %}

  1. Navegar a la página de "Tus Codespaces" en github.com/codespaces.

  2. A la derecha del codespace que quieres borrar, haz clic en {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %} y luego en Borrar {% octicon "trash" aria-label="The trash icon" %}

    Botón de borrar

{% endwebui %}

{% vscode %}

{% data reusables.codespaces.deleting-a-codespace-in-vscode %}

{% endvscode %}

{% cli %}

{% data reusables.cli.cli-learn-more %}

To delete a codespace use the gh codespace delete subcommand and then choose a codespace from the list that's displayed.

gh codespace delete

If you have unsaved changes, you'll be prompted to confirm deletion. You can use the -f flag to force deletion, avoiding this prompt.

For more information about this command, see the {% data variables.product.prodname_cli %} manual.

{% endcli %}