Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to start Bamboo without agents

Ismail Sanni
Contributor
April 9, 2026

Hi Bamboo users,

If I may ask, is there a way to start bamboo without the agents without going to the GUI?

Thanks

1 answer

1 accepted

3 votes
Answer accepted
Shashank Kumar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 9, 2026

Hello Ismail,

Welcome to Atlassian community.

To understand your ask here, You have a Bamboo Instance connected to a lot of agents. You want to start Bamboo where none of the agents gets connected without doing anything on the Bamboo UI. Is my understanding correct?

What exactly is your use case ?

Regards,

Shashank Kumar

Ismail Sanni
Contributor
April 9, 2026

@Shashank Kumar 
Apologies for the late reply. I have a sandbox instance that steals builds from production, starting the service on the sandbox might after production. I want to start Bamboo without the agents. 

Shashank Kumar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 9, 2026

Hello Ismail,

Thanks for the clarification.

Use steps defined here to stop automatic builds to run in sandbox env:  https://support.atlassian.com/bamboo/kb/how-to-start-up-bamboo-with-build-plans-deployment-environments-branch-detection-and-build-status-updates-disabled/ 

If you don't want any agents to connect to Bamboo then inside bamboo.cfg.xml file you can update the below 2 parameters and put incorrect value so that agents don't connect to the Bamboo server.

<property name="bamboo.jms.broker.client.uri">failover:(tcp://1.1.0.4:54663?wireFormat.maxInactivityDuration=90000)?initialReconnectDelay=15000&amp;maxReconnectAttempts=10</property>
<property name="bamboo.jms.broker.uri">nio://0.0.0.0:54663</property>

Regards,

Shashank Kumar

Ismail Sanni
Contributor
April 9, 2026

Thanks @Shashank Kumar 

I will do this immediately and give you update.

Ismail Sanni
Contributor
April 9, 2026

@Shashank Kumar 

The link was very helpful

 

Ismail Sanni
Contributor
April 9, 2026
<JVM_SUPPORT_RECOMMENDED_ARGS="${JVM_SUPPORT_RECOMMENDED_ARGS:-} -XX:+UseG1GC -Datlassian.bamboo.build.disable=true">

I added this to setenv 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events