/
How to delete all projects in Bamboo using Bamboo Command Line Interface (CLI)
How to delete all projects in Bamboo using Bamboo Command Line Interface (CLI)
This article explains how to delete all projects in Bamboo using Bamboo Command Line Interface (CLI).
Instructions
Use runFromProjectList and deleteProject actions to remove all the projects in Bamboo.
Here is an example:
--action runFromProjectList --common "--action deleteProject --project @project@ "
In the above-mentioned action, --project refers to the Bamboo project key.
It is recommended to test the commands in a non-production environment or run the action with --simulate parameter to verify the behavior before deploying.
Related content
How to bulk delete deployment projects in Bamboo using CLI
How to bulk delete deployment projects in Bamboo using CLI
More like this
How to remove all tasks in Bamboo Job using Bamboo Command Line Interface (CLI)
How to remove all tasks in Bamboo Job using Bamboo Command Line Interface (CLI)
More like this
How to remove all jobs in Bamboo plan using Bamboo Command Line Interface (CLI)
How to remove all jobs in Bamboo plan using Bamboo Command Line Interface (CLI)
More like this
How to remove all stages in Bamboo plan using Bamboo Command Line Interface (CLI)
How to remove all stages in Bamboo plan using Bamboo Command Line Interface (CLI)
More like this
How to remove all capabilities in Bamboo using Bamboo Command Line Interface (CLI)
How to remove all capabilities in Bamboo using Bamboo Command Line Interface (CLI)
More like this
How to remove build history of a Bamboo plan using Bamboo Command Line Interface (CLI)
How to remove build history of a Bamboo plan using Bamboo Command Line Interface (CLI)
More like this