As of Solr 5.5 the bin/solr script can do this, see: https://cwiki.apache.org/confluence/display/solr/Solr+Start+Script+Reference
It's still not quite what you're looking for, but uploading arbitrary xml scripts through a browser is a security issue, so it's possible there will never be an API call to do that. Best Erick On Wed, Apr 6, 2016 at 1:52 PM, Anshum Gupta <ans...@anshumgupta.net> wrote: > As of now, there's no way to do so. There were some efforts on those lines > but it's been on hold. > > -Anshum > >> On Apr 6, 2016, at 12:21 PM, Don Bosco Durai <bo...@apache.org> wrote: >> >> Is there an equivalent of server/scripts/cloud-scripts/zkcli.sh -zkhost >> $zk_host -cmd upconfig -confdir $config_folder -confname $config_name using >> APIs? >> >> I want to bootstrap by uploading the configs via API. Once the configs are >> uploaded, I am now able to do everything else via API. >> >> Thanks >> >> Bosco >> >>