---
title: "Feature: #86001 - Regular Workspace cleanup tasks available via CLI commands"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-86001"
source: "Changelog/9.4/Feature-86001-RegularWorkspaceCleanupTasksAvailableViaCLICommands.rst"
typo3-version: "9.4"
typo3-major: 9
type: "feature"
issue: 86001
forge: "https://forge.typo3.org/issues/86001"
tags: ["CLI", "ext:workspaces"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Feature: #86001 - Regular Workspace cleanup tasks available via CLI commands {#feature-86001}

See [forge#86001](https://forge.typo3.org/issues/86001)

## Description {#description}

TYPO3 now supports two new symfony-based commands to trigger regular tasks, which were previously only
available when the scheduler component was available.

-   typo3/sysext/core/bin/typo3 workspace:autopublish

Checks for workspaces with auto-publishing configured and does a publishing/swapping process.

-   typo3/sysext/core/bin/typo3 cleanup:previewlinks

Removes expired previewlinks stored within `sys_preview` from the database.

## Impact {#impact}

It is possible to execute these commands from the CLI context without having to install the scheduler extension
and to create a scheduler task for that.
