Actions64
- 定时任务 Actions
- 订阅管理 Actions
- 环境变量 Actions
- 配置文件 Actions
- 脚本管理 Actions
- 依赖管理 Actions
- 日志管理 Actions
- 系统设置 Actions
Overview
This node integrates with the Qinglong Panel API to manage scheduled tasks (crontabs) and other related resources such as subscriptions, environment variables, configurations, scripts, dependencies, logs, and system settings. Specifically, for the "定时任务" (Scheduled Task) resource and the "删除任务" (Delete Task) operation, it allows users to delete one or multiple scheduled tasks by their IDs.
Common scenarios where this node is beneficial include:
- Automating the management of scheduled jobs in Qinglong, such as cleaning up obsolete or unwanted tasks.
- Integrating task deletion into larger workflows that maintain or update automation environments.
- Bulk deleting multiple scheduled tasks efficiently without manual intervention.
Practical example:
- A user wants to remove several outdated cron jobs from Qinglong after migrating to a new automation setup. They can select those tasks by their IDs and use this node to delete them all at once.
Properties
| Name | Meaning |
|---|---|
| 任务列表【可多选】 (crontabIds) | List of scheduled task IDs to delete. Multiple selections allowed. The options are dynamically loaded from existing crontab tasks. |
Output
The node outputs the result of the API call in the json field under the property result. This typically contains the response from the Qinglong API confirming the deletion status of the specified tasks.
Example output JSON structure:
{
"result": {
// API response data about the deletion operation
}
}
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the Qinglong Panel API.
- The node uses the Qinglong API endpoints, specifically the
/open/cronsendpoint with the HTTP DELETE method for deleting tasks. - Proper configuration of the Qinglong API credentials in n8n is necessary.
Troubleshooting
Common issues:
- Invalid or expired API token: Ensure the API key credential is valid and has not expired.
- Specifying non-existent or incorrect task IDs: Verify that the selected task IDs exist in Qinglong.
- Network connectivity problems: Confirm that the n8n instance can reach the Qinglong API endpoint.
Error messages:
"任务模块的${operation}操作暂未实现"(The operation${operation}in the task module is not yet implemented): This indicates an unsupported operation was requested; verify the operation name.- API errors returned from Qinglong will be surfaced as node errors; check the error message for details such as permission issues or invalid parameters.
Links and References
- Qinglong Panel API documentation: https://qinglong.online/api/