Forrest logo
back to the pio tool

pio-team:tldr:e4882

pio-team: Delete a team.
$ pio team destroy ${organization_name}:${team_name}
try on your machine

The command "pio team destroy ${organization_name}:${team_name}" is used to delete a team within a specific organization in the platform.

Here is a breakdown of the command and its components:

  • "pio team destroy": This is the main command that begins the process of destroying (deleting) a team.
  • "${organization_name}": This is a placeholder for the name of the organization to which the team belongs. You need to replace "${organization_name}" with the actual name of the organization.
  • "${team_name}": This is a placeholder for the name of the team that you want to delete. You need to replace "${team_name}" with the actual name of the team.

When you run this command, it will delete the specified team within the provided organization. Keep in mind that this action is irreversible, and all data associated with the team will be permanently removed.

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