Configure Auto-Selling
configure_auto_sellingConfigure automatic selling of energy and bandwidth: toggle selling, set reserved resources, and define min/max rental durations for a pool.
Instructions
Update auto-selling configuration for a pool. Toggle energy/bandwidth selling, set reserves, duration constraints. Pass the configId from get_auto_selling_config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Enable/disable auto-selling | |
| configId | Yes | Configuration ID to update (from get_auto_selling_config) | |
| sellEnergy | No | Enable/disable energy selling | |
| maxDuration | No | Maximum rental duration | |
| minDuration | No | Minimum rental duration (e.g., "5min", "1h", "1d") | |
| allowRenewals | No | Allow order renewals | |
| sellBandwidth | No | Enable/disable bandwidth selling | |
| reservedEnergy | No | Energy to keep reserved (not sold) | |
| reservedBandwidth | No | Bandwidth to keep reserved (not sold) |