latestOpenAPI 3.0.32026-08-10152216352.3 KB

eea119b4113f

Runners Workspaces

Delete a workspace

Deletes a specific workspace and optionally destroys its infrastructure resources

delete/runners/workspaces/{workspaceId}

Path parameters

workspaceIdstring required

Unique identifier of the workspace

Query parameters

destroyboolean

Whether to destroy infrastructure resources before deleting the workspace

descriptionstring

Optional description for the deletion operation

Response

Workspace deleted successfully

messagestring
workspaceIdstring

The ID of the deleted workspace

resourcesDestroyedboolean

Whether resources were destroyed

Example response

{
  "message": "Workspace deleted successfully"
}