Authorizations
Response
200 - text/html
using LukeHagar.PlexAPI.SDK;
using LukeHagar.PlexAPI.SDK.Models.Components;
var sdk = new PlexAPI(token: "<YOUR_API_KEY_HERE>");
var res = await sdk.Butler.StopTasksAsync();
// handle responseThis response does not have an example.This endpoint will stop all currently running tasks and remove any scheduled tasks from the queue.
using LukeHagar.PlexAPI.SDK;
using LukeHagar.PlexAPI.SDK.Models.Components;
var sdk = new PlexAPI(token: "<YOUR_API_KEY_HERE>");
var res = await sdk.Butler.StopTasksAsync();
// handle responseThis response does not have an example.Was this page helpful?