Stop All Scheduled Tasks
There are a number of tasks that can be scheduled to run on a Plex server. This API command will stop all the scheduled tasks that are currently running on the server.
URL
DELETE http://[IP address]:32400/butler/?X-Plex-Token=[PlexToken]
Parameters
Name | Description |
---|---|
IP address | The IP address of the Plex Media server. |
PlexToken | The authentication Plex token. |
Return Status
HTTP Code | Description |
---|---|
200 | Success - The tasks have stopped successfully. |
401 | Unauthorized - The Plex token provided was not valid. |
Response
No response is returned by the command. The status code will indicate whether the scheduled tasks were stopped successfully.
Examples
Example 1
Stops all the running scheduled tasks on the Plex Media Server located at the IP address of 192.168.1.4:
DELETE http://192.168.1.4:32400/butler/?X-Plex-Token=L6vkd7JtLHjsH5987vYY