Run batch of commands

Run a batch of rclone rc commands concurrently.

post/job/batch

Query parameters

concurrencyinteger

Do this many commands concurrently. Defaults to --transfers if not set.

_pathstring required

rc/path

List of inputs to the commands with an extra _path parameter.

_asyncboolean

Run the command asynchronously. Returns a job id immediately.

Headers

Prefer'respond-async'

Set to "respond-async" with _async=true to receive HTTP 202 instead of 200.

Request body

_groupstring

Stats group this batch accumulates under.

concurrencyinteger

Do this many commands concurrently. Defaults to --transfers if not set.

_asyncboolean

Run the command asynchronously. Returns a job id immediately.

Response

Results of the batch job execution.

executeIdstring required

Identifier for this rclone process.

jobidinteger required

ID of the async job.

Changes