Menu

Pause/Execute Loop Task

Usage Instructions

Pause or start the execution of a loop task. Completed tasks cannot be modified.

Request Instructions

  • Method: POST
  • Endpoint: /api/v1/automation/setPlanStatus

Request Parameters

Parameter Type Required Description
id string Yes Plan ID,can be obtained from the loop task list
status int Yes Status: 0 Paused, 1 Executing

Request Example

json Copy
{
    "id": "xxx",
    "status": 1
}

Response Example

json Copy
{
    "code": 200,
    "data": {
        "id": "xxx"  // Plan ID
    },
    "message": "Success"
}
Previous
Edit Loop Task
Next
Delete Loop Task
Last modified: 2026-01-23Powered by