---
title: "Breaking: #79263 - Scheduler CLI Controller class removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-79263"
source: "Changelog/8.6/Breaking-79263-SchedulerCLIControllerClassRemoved.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #79263 - Scheduler CLI Controller class removed

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

## Description

The PHP class `\TYPO3\CMS\Scheduler\Controller\SchedulerCliController` has been removed from the system extension "scheduler"
due to the migration to a native Symfony Command.

## Impact

Instantiating the mentioned PHP class will result in a fatal PHP error.

## Affected Installations

Any installation with a custom extension using this PHP class directly.

Please note that this does not affect any calls via CLI to trigger the scheduler via `typo3/cli_dispatch.phpsh scheduler` directly. This
still works as before.

## Migration

Remove any direct calls to the PHP class and use the provided APIs via CLI instead.
