config_create
Create a new remote configuration in rclone.conf using a backend type and parameters, mirroring rclone config create.
Instructions
Create remote configuration — Creates a new remote in rclone.conf, mirroring rclone config create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opt | No | Optional JSON object controlling interactive behaviour (e.g. `obscure`, `continue`). | |
| name | No | Name of the new remote configuration. | |
| type | No | Backend type identifier, such as `drive`, `s3`, or `dropbox`. | |
| _async | No | Run the command asynchronously. Returns a job id immediately. | |
| _group | No | Assign the request to a custom stats group. | |
| parameters | No | JSON object of configuration key/value pairs required for the remote. |