Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Octoparse CLIでクラウド抽出の開始、停止、状態確認、履歴確認と定期スケジュールの設定を行います。
octoparse cloud start <taskId> octoparse cloud status <taskId> --json octoparse cloud history <taskId> --json octoparse cloud stop <taskId>
octoparse schedule cloud get <taskId> --json
octoparse schedule cloud next --type 6 --date "" --time "09:00" --json
1
2
3
4
5
6
octoparse schedule cloud update <taskId> \ --type 6 \ --date "" \ --time "09:00" \ --enabled true \ --yes \ --json octoparse schedule cloud start <taskId> --yes octoparse schedule cloud stop <taskId> --yes
update
start
stop
--yes