Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How can we create deployment environment in Bitbucket cloud with curl command using Bitbucket API?

AbhishekRsv April 24, 2021

Actually we are kind of focusing on automating Bitbucket Repository creation and configuring the bitbucket completely with the Bitbucket API. If the API page contains some example code means it would be helpful. Like how to configure specific APIs and use them.

1 answer

1 accepted

5 votes
Answer accepted
Justin Thomas
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 12, 2021

@AbhishekRsv You can use the following REST command to create a deployment environment. The endpoint is not yet documented, I have raised a ticket to add it to the public documentation.

curl 'https://api.bitbucket.org/2.0/repositories/<workspace>/<reposlug>/environments/' \
-u <username>:<password>
-H 'content-type: application/json' \
--data-raw '{"environment_type":{"name":"Test"},"name":"communities","rank":0}' \

Renan Marasigan May 2, 2023

Is there also a way to rename an existing deployment environment? Thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events