PlexPHP
Butler
Stop all Butler tasks
This endpoint will stop all currently running tasks and remove any scheduled tasks from the queue.
DELETE
PlexPHP
Authorizations
The token which identifies the user accessing the PMS. This can be either:
- A traditional access token obtained from plex.tv
- A JWT token obtained through the JWT authentication flow
JWT tokens provide better security with:
- Short-lived tokens (7 days expiration)
- Public-key cryptography (ED25519)
- Better clock synchronization
- Individual device revocation capability
Response
200 - text/html
OK