Remove workspace from harbor
search cancel

Remove workspace from harbor

book

Article ID: 205108

calendar_today

Updated On:

Products

BlazeMeter

Issue/Introduction

Is there an API command to remove a workspace from a harbor? I see the command to add in the API documentation but do not see how to remove a workspace from a harbor. (https://api.blazemeter.com/performance/#add-a-workspace-to-private-location)

I'm trying to avoid having to delete and re-create it as all the virtual services currently using the SV harbor would have to be recreated using the new harbor.

Environment

Release :

Component : BLAZEMETER PERFORMANCE TESTING

Resolution

To remove (delete) the workspace from the OPL, you can use the delete call; /private-locations/{harborId}/workspaces/{workspaceId}

See https://api.blazemeter.com/performance/#delete-a-workspace-in-private-location

This will delete, or remove, the workspace from the OPL, but will not delete the workspace itself.