Skip to main content
Configures this Curator portal as a managed instance controlled by a Central Dispatch dispatcher. Arguments:
ArgumentRequiredDescription
dispatcher_urlYesURL of the managing dispatcher
dispatcher_api_keyYesAPI key for communicating with the dispatcher
managed_instance_idYesThe ID the dispatcher uses for this instance
upgrades_keyNoThe Curator license key for upgrades
Example:
php artisan centraldispatch:setasmanaged \
  https://dispatch.example.com \
  dispatch-api-key \
  instance-42 \
  optional-license-key