PUT /a/jobs/user
Send Control Commands to one or many jobs / tasks
Body Parameters
| Name | Description | Type | Required |
|---|---|---|---|
| Cmd | Type of command to send (None, Pause, Resume, Stop, Delete, RunOnce, Inactive, Active) | #/definitions/jobsCommand | |
| JobId | Id of the job | string | |
| OwnerId | Owner of the job | string | |
| TaskId | Id of the associated task | string |
Body Example
{
"Cmd": "string",
"JobId": "string",
"OwnerId": "string",
"TaskId": "string"
}
Response Example (200)
Response Type /definitions/jobsCtrlCommandResponse
{
"Msg": "string"
}