I found this API call for stopping a pipeline given the UUID:
The Bitbucket Cloud REST API (atlassian.com)
curl --request POST \ --url 'https://api.bitbucket.org/2.0/repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid}/stopPipeline'
I am looking for an API call to resume/(rerun stopped steps) of the same pipeline given the UUID. I could not find such a option, I could only find API calls to run/trigger a new pipeline.
Is there an API call or desired method to do it?
Hi Andrew and welcome to the community!
I'm afraid that we don't have an API endpoint for resuming or starting a step (paused or manual).
We have a feature request for what you are asking:
I would suggest adding your vote to that feature request (by selecting the Vote for this issue link) as the number of votes helps the development team and product managers better understand the demand for new features. You are more than welcome to leave any feedback, and you can also add yourself as a watcher (by selecting the Start watching this issue link) if you'd like to get notified via email on updates.
Implementation of new features is done as per our policy here and any updates will be posted in the feature request.
Kind regards,
Theodora
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.