Functions
Roll back to a previous deployment
Re-deploy a previous version by copying its source, dependencies, and runtime pin onto the function’s draft, then deploying. Returns immediately with a deployment ID — poll GET /v1/functions/deployments/ until status is active or failed. Secrets are not rolled back.
POST
Roll back to a previous deployment
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Zavu Function ID.
Body
application/json
ID of the deployment to roll back to.
