How-To
Manual Steps to Re-run Remote Agent Update Cron Job
these steps outline how to manually identify and re run the remote agent update cron job that normally executes on schedule this is useful if you need to trigger the update immediately without waiting for the cron schedule manual steps to re run a remote agent updade cron job list all cron jobs for the current user crontab l locate the cron job entry containing your host, for example us1 swimlane app example entry 0 0 1 1 curl s https //\<domain>/orchestration/api/account/\<account id>/tenant/\<tenant id>/v1/agents/update | bash s d "/usr/bin/docker" copy just the command portion (everything after the 5 schedule fields) in the example above, that would be curl s https //\<domain>/orchestration/api/account/\<account id>/tenant/\<tenant id>/v1/agents/update | bash s d "/usr/bin/docker run it manually to trigger the upgrade curl s https //\<domain>/orchestration/api/account/\<account id>/tenant/\<tenant id>/v1/agents/update | bash s d "/usr/bin/docker