redeploy_website
Rebuild and redeploy a static website. Optionally fetch a new template before redeploying; returns job ID to track progress.
Instructions
Rebuild and redeploy the static website component. By default it redeploys the currently pinned template version; set useLatest=true to pull the latest version first. Returns the worker job ID; poll get_deployment to track progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Deployment ID | |
| useLatest | No | Pull the latest website template version before redeploying (default: false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Parsed JSON response from the Staticbot public API |