Moving a Project from one Workspace to another
search cancel

Moving a Project from one Workspace to another

book

Article ID: 221081

calendar_today

Updated On:

Products

BlazeMeter

Issue/Introduction

 Hi, I Have access to 2 workspaces and I created a huge project with multiple multi-tests in one of the work spaces that consumed a lot of time only to realize I have created the project in the wrong workspace.

I want to save time and see if that project can be moved to the correct workspace, but I do not see that option. Could you please suggest if this is possible? 

Environment

Release :

Component : BLAZEMETER PERFORMANCE TESTING

Resolution

You can use below API call to move a project from one workspace to other workspace

  https://api.blazemeter.com/performance/#update-a-project

You have to do a PATCH call to modify the project.  In the body content you would put the new workspace ID that you want to move that project to.