# StopTaskRequest ## Example Usage ```typescript import { PathParamTaskName, StopTaskRequest } from "@lukehagar/plexjs/sdk/models/operations"; let value: StopTaskRequest = { taskName: PathParamTaskName.CleanOldCacheFiles, }; ``` ## Fields | Field | Type | Required | Description | | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | | `taskName` | [operations.PathParamTaskName](../../../sdk/models/operations/pathparamtaskname.md) | :heavy_check_mark: | The name of the task to be started. |