Redeploy from git or the dashboard
There is no Settings → Deploy Hooks page and no api.stackblaze.cloud/deploy-hooks/:token URL. Deploys come from git, from the Deployments tab, or from Restart.
Step by step
Prefer Autodeploy on push
Connect GitHub and enable Autodeploy. Your CI can merge to the connected branch; StackBlaze builds from the GitHub webhook already installed on the repo.
Redeploy from Deployments
Open the app Deployments tab. Use Redeploy to run the build again (git) or restart the current image (Docker).
Restart the app
The app actions menu has Restart. That recycles the current revision. It does not take a branch query string or clear the build cache.
External CI
If you build the image elsewhere, deploy it as a Docker-image app and change the tag, or keep git as the source of truth. Do not wait for a deploy-hook token that is not in the product.