DELETE /containers/{container}/batch/{key}/processes/{processid}
|
/containers/{container}/batch/{key}/processes/{processid}
|
/containers/{container}/batch/{key}/processes/{processid}?stop=true
|
Parameter
|
Data type
|
Optional
|
Description
|
stop
|
boolean
|
Yes
|
Indicates if the process must be stopped before removing it. The default is set to false.
If the shutdown of the process fails, the process tracking is not removed.
|