Command Palette
Search for a command to run

Rollback a deployment

Rollback to a previous deployment by creating a new deployment from its configuration

POST
/auth/v1/seed/{namespace}/projects/{proj}/deployments/{id}/rollback

Creates a new deployment using the configuration and image from the target deployment.

Path parameters

namespace type: string (required)
The namespace (user or organization) the project belongs to.
proj type: string (required)
The project ID or slug.
id type: string (required)
The deployment ID to rollback to.