Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

elk6
22,916 PointsDelete multiple workspaces at once.
I just got the message saying i am only allowed to have 100 workspaces in one account. So i went off to delete a few. This is a pretty annoying process though.
I cannot delete multiple at once and when i delete a single one, i go back to the default page again. So i have to go back to the old workspaces again, delete a single one and go all the way back again.
I can sort by course of name but it is still a pretty annoying process. Naturally, you want to delete the oldest workspaces and not the newest.
Maybe this can get some improvement in the future.
34 Answers

Caleb Kleveter
Treehouse Moderator 37,862 PointsI agree, that would be nice.

Daniel Hildreth
16,170 PointsYes Treehouse, please add the ability to delete multiple workspaces at once, or all at he same time.

Kevin Sulonen
Courses Plus Student 12,856 PointsI just bumped into this as well. Workspaces is a great feature! I usually save them to a local directory though; I don't really have any need to maintain them after I've completed a course (or track). Maybe you could let us know somewhere near the beginning of a course that we'll need to delete them when we're done?
Thanks for some great learning tools, Team Treehouse!

Christopher Mayfield
19,928 PointsAgreed!

Mairum Leal Ferreira
23,508 PointsAgreed!

Robert Mckay
11,089 Pointsbump

Ross King
22,165 PointsAgreed

Andreas Fischer
8,256 PointsWould still be a nice thing to have :)

Benjamin Wagener
5,568 PointsYeah, would be nice if it would be possible to clear that faster.

Oliver Wrulich
16,653 PointsAgreed!!

Sam Muir
16,745 PointsAny chance this could be implemented? :)

Kulwinder Krishan
Full Stack JavaScript Techdegree Student 15,050 PointsYes, it will be really great usability feature to have. I was thinking of deleting all workspaces at once and found that it was not possible.

Evan MacAlpine
7,173 Pointsbump. This would be a great feature!

Samuel Daw
Front End Web Development Techdegree Graduate 16,525 PointsAgreed!! Come on Treehouse!

Nathan Boaldin
Courses Plus Student 12,545 PointsYes please do!

David Dehghani
6,992 Pointsbump it

Rodrigo Angulo
13,378 Pointsbump

Florian Tönjes
Full Stack JavaScript Techdegree Graduate 50,856 Pointsup

Dan Kelley
8,759 PointsYes, this would be great. It would also be great to enable a setting where tree house would automatically delete the oldest workspace to make room for a new one when your storage is full. That way, if you don't care about saving old workspaces, you never even have to think about it. Treehouse just automatically removes the oldest and saves the new.

Corey Huddleston
13,273 PointsPlease enable bulk deletion of workspaces!

fabrciojardimferreira
8,100 PointsOMG! This is obviously a must have feature!
To make it worse. If you use a filter let's say, a course whose workspaces you want to delete, the filter is reset after every deletion. So if you want to keep deleting workspaces under a given filter you have to select the same filter over and over again... Or you might end up deleting the wrong workspace by mistake. I call this a nightmare of a user experience, which is really weird on a otherwise fantastic web site.
Now, on a more suggestive tone. When you give the message informing that a user has used all their available workspaces, you could show a menu to select an old workspace to be overridden. That would be a relief.

Adam Futrell
11,976 PointsWhy does this question go ignored? At least give us a timeline when we can expect this feature.

David Enriquez
7,983 PointsBump

Jon Berkner
10,002 PointsIn addition to multiple selection/delete of workspaces, setting to delete oldest, not reseting of filters and page location when deleting, I think an option to delete a workspace from the workspace itself would be helpful. When you complete a lesson you sometimes know there is no reason you would want to reference it later. The painstaking process of removing old workspaces is the only real bad thing about TreeHouse.

Grace Provost
7,698 PointsPlease. I am astonished this isn't already a feature.

Christopher Bailey
14,880 PointsMAKE THIS HAPPEN TREEHOUSE ADMINS!!!!!!!!!!!!

Abhay Verma
8,368 PointsStill waiting on this, guys c'mon. I'd do it myself but I have a feeling I'm a long way off! So I guess you guys have a couple of years :D

Matthew Long
28,407 PointsMaking this happen should be top priority! How has this not been implemented yet??

pavandeepsoor
13,053 PointsAnother user here who would appreciate this feature!

Jan Oberreiter
78,021 PointsBump

Trent Stenoien
Full Stack JavaScript Techdegree Graduate 21,632 PointsI would also appreciate a multi-delete feature or a feature that would cause workspaces to be deleted automatically after a month or two.

Andreas Nyström
8,887 PointsWrite: $( ".workspace-delete" ).trigger( "click" );
in the console. Deletes all that is shown on the page after you accept the prompt. I do agree this feature would be nice tho.

Trent Stenoien
Full Stack JavaScript Techdegree Graduate 21,632 PointsOmg, that's awesome! Wish I'd thought of that...

Thayer Y
29,789 PointsUP
@teamtreehouse

Amelia Groen
6,144 PointsCannot believe users have been asking for this for two years and it's not being looked at. BUMP.

Caleb Kleveter
Treehouse Moderator 37,862 PointsHi Amelia,
Agree, this would be a nice feature to have, but the TH development team has limited time and a lot to do, so when it comes to priorities, this feature is far down on the list. For now, I think Andreas's solution is pretty cool:
// Run in the dev tools console
$( ".workspace-delete" ).trigger( "click" );