Forrest logo
back to the pio tool

pio-org:tldr:961ab

pio-org: Delete an organization.
$ pio org destroy ${organization_name}
try on your machine

This command is used to destroy or delete an organization in the PlatformIO (PIO) environment.

The command uses the command line interface (CLI) tool of PIO, and it requires you to provide the name of the organization as a parameter. The variable ${organization_name} should be replaced with the actual name of the organization you want to destroy.

When executed, this command will remove and permanently delete the specified organization from the PIO system, along with all its associated data, projects, settings, and configurations. This action cannot be undone, so it is important to be cautious when using this command. Make sure you have a backup or have verified that you no longer need the organization before running this command.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the pio tool