StopScheduledTask

This stops the scheduled task whose ID is given in the taskID argument.

python · Common Scripts

Details

IDStopScheduledTask
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10404775
TagsUtility

README

Stops the scheduled task whose ID is given in the taskID argument.

Script Data


Name Description
Script Type python
Tags Utility

Inputs


Argument Name Description
taskID The ID of the schedule to stop.

Outputs


There are no outputs for this script.

commonfields:
  id: StopScheduledTask
  version: -1
name: StopScheduledTask
script: ''
type: python
subtype: python3
tags:
- Utility
comment: 'This stops the scheduled task whose ID is given in the taskID argument.'
system: true
args:
- name: taskID
  required: true
  default: true
  description: ID of the scheduled to stop.
scripttarget: 0
timeout: 0s
fromversion: 5.0.0
dockerimage: demisto/python3:3.12.13.10404775
tests:
- No tests (auto formatted)