Actions64
- 定时任务 Actions
- 订阅管理 Actions
- 环境变量 Actions
- 配置文件 Actions
- 脚本管理 Actions
- 依赖管理 Actions
- 日志管理 Actions
- 系统设置 Actions
Overview
This node integrates with the QingLong Panel API, a task scheduling and management platform. It allows users to manage various resources such as scripts, crontabs, subscriptions, environment variables, configurations, dependencies, logs, and system settings through n8n workflows.
Specifically, for the "脚本管理" (Script Management) resource and the "删除脚本" (Delete Script) operation, the node sends a DELETE request to remove a specified script file from a given script path on the QingLong server.
Common scenarios:
- Automating cleanup of obsolete or unused scripts in QingLong.
- Managing script lifecycle by deleting scripts programmatically after certain workflow conditions.
- Integrating script deletion into larger automation pipelines that maintain QingLong environments.
Example:
You have a workflow that generates temporary scripts for testing purposes. After tests complete, this node can be used to delete those temporary scripts automatically to keep the environment clean.
Properties
| Name | Meaning |
|---|---|
| 脚本路径 | The directory path where the script is located. This is required to specify the location of the script to delete. |
| 文件名 | The filename of the script to delete. This is required to identify which script file to remove within the specified path. |
Output
The node outputs JSON data under the json field of the first input item. The key result contains the response from the QingLong API after attempting to delete the script. This typically includes success status or error details returned by the API.
No binary data output is involved in this operation.
Dependencies
- Requires an API authentication token credential configured in n8n to access the QingLong API.
- The node uses HTTP requests to interact with the QingLong API endpoints.
- Proper network access to the QingLong server is necessary.
Troubleshooting
Common issues:
- Incorrect script path or filename will cause the API to fail to find and delete the script.
- Missing or invalid API credentials will result in authentication errors.
- Network connectivity problems between n8n and QingLong server can cause request failures.
Error messages:
- If the operation is not implemented or recognized, the node throws an error indicating the operation is not yet supported.
- API errors from QingLong are passed through; typical errors include "script not found" or permission denied.
Resolution tips:
- Double-check the script path and filename inputs for accuracy.
- Ensure the API key credential is valid and has sufficient permissions.
- Verify network connectivity and QingLong server availability.
Links and References
- QingLong API documentation: https://qinglong.online/api/
- QingLong Panel official site: https://qinglong.online/